Skip to content

Commit 625059c

Browse files
authored
update: README example version number (#225)
1 parent 7cd52a7 commit 625059c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
1616
```toml
1717
[dependencies]
1818
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" }
19+
aws-sdk-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.18-alpha", package = "aws-sdk-dynamodb" }
2020
tokio = { version = "1", features = ["full"] }
2121
```
2222

0 commit comments

Comments
 (0)