Skip to content

Commit c92a310

Browse files
authored
Update README.md (#277)
1 parent 8ea6c06 commit c92a310

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.0.22--alpha-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.53-red)
1+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.0.23--alpha-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.53-red)
22

33
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1)
44

@@ -11,15 +11,15 @@ The SDK is code generated from [Smithy models](https://awslabs.github.io/smithy/
1111
> Examples are availble for many services and operations, check out the [examples folder](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples).
1212
1313

14-
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code. We will not push the SDK to **crates.io** during Alpha; you must use it via a Git dependency.
14+
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code.
1515

1616
1. Create a new Rust project: `cargo new sdk-example`
1717
2. Add dependencies to DynamoDB and Tokio to your **Cargo.toml** file:
1818

1919
```toml
2020
[dependencies]
21-
aws-config = "0.0.22-alpha"
22-
aws-sdk-dynamodb = "0.0.22-alpha"
21+
aws-config = "0.0.23-alpha"
22+
aws-sdk-dynamodb = "0.0.23-alpha"
2323
tokio = { version = "1", features = ["full"] }
2424
```
2525

0 commit comments

Comments
 (0)