Skip to content

Commit

Permalink
docs: bump versions in installation instructions
Browse files Browse the repository at this point in the history
- `xray-lite` → v0.0.8
- `xray-lite-aws-sdk` → aws-sdk-v0.0.3
  • Loading branch information
kikuomax committed Mar 25, 2024
1 parent 2dfe61f commit 9b65838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "v0.0.7" }
xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "v0.0.8" }
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions xray-lite-aws-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.2" }
xray-lite-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.2" }
xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.3" }
xray-lite-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.3" }
```

**You have to install `xray-lite` and `xray-lite-aws-sdk` from the same commit!**
Expand Down

0 comments on commit 9b65838

Please sign in to comment.