Skip to content

Commit 3eadab0

Browse files
authored
[Bug] Add rt-tokio feature to aws-sdk-s3 (TraceMachina#1248)
Feature `rt-tokio` had been transitively dependended on, durning refactors of `Cargo.toml` files it was accidentally dropped.
1 parent c3f648e commit 3eadab0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nativelink-store/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ async-trait = "0.1.80"
1414
aws-config = { version = "1.5.4", default-features = false, features = [
1515
"rustls",
1616
] }
17-
aws-sdk-s3 = { version = "1.41.0", default-features = false }
17+
aws-sdk-s3 = { version = "1.41.0", features = [
18+
"rt-tokio",
19+
], default-features = false }
1820
aws-smithy-runtime = { version = "1.6.2" }
1921
bincode = "1.3.3"
2022
blake3 = { version = "1.5.2", default-features = false }

0 commit comments

Comments
 (0)