Skip to content

Commit b17ead3

Browse files
committed
make tokio macros a dev dependency
1 parent 3a10343 commit b17ead3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ serde_cbor = "0.11.1"
6969
getrandom = "0.2.1"
7070

7171
# Async
72-
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
72+
tokio = { version = "1.0", features = ["rt-multi-thread"] }
7373
futures-util = "0.3.5"
7474
aws-config = "0.48.0"
7575
aws-sdk-s3 = "0.18.0"
@@ -118,6 +118,7 @@ test-case = "2.0.0"
118118
fn-error-context = "0.2.0"
119119
aws-smithy-client = { version = "0.48.0", features = ["test-util"]}
120120
aws-smithy-http = "0.48.0"
121+
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
121122

122123
[build-dependencies]
123124
time = "0.3"

0 commit comments

Comments
 (0)