Skip to content

Commit

Permalink
docs(aws-sdk): update README
Browse files Browse the repository at this point in the history
Bumps the version in the installation instruction to aws-sdk-v0.0.2.
  • Loading branch information
kikuomax committed Mar 21, 2024
1 parent 0507692 commit 284a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray-lite-aws-sdk/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-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.1" }
xray-lite-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.2" }
```

## Usage
Expand Down

0 comments on commit 284a511

Please sign in to comment.