We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd52a7 commit 625059cCopy full SHA for 625059c
README.md
@@ -16,7 +16,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
16
```toml
17
[dependencies]
18
aws-config = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.18-alpha", package = "aws-config" }
19
-aws-sdk-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.17-alpha", package = "aws-sdk-dynamodb" }
+aws-sdk-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.18-alpha", package = "aws-sdk-dynamodb" }
20
tokio = { version = "1", features = ["full"] }
21
```
22
0 commit comments