Skip to content

Commit 9e1fa86

Browse files
authored
Suggest full as a tokio feature instead
As recommended by @LucioFranco
1 parent 9799296 commit 9e1fa86

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
@@ -20,7 +20,7 @@ The following instructions will provide you with a quick example of how to get s
2020
```toml
2121
[dependencies]
2222
dynamodb = { git = "https://awslabs/aws-sdk-rust", tag = "v0.0.1-alpha", package = "aws-sdk-dynamodb" }
23-
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
23+
tokio = { version = "1", features = ["full"] }
2424
```
2525
3. Input your AWS credentials into your terminal as environment variables **Note:** The alpha SDK only supports environment variable credential providers at this time.
2626

0 commit comments

Comments
 (0)