Skip to content

Commit

Permalink
[Bug] Add rt-tokio feature to aws-sdk-s3 (#1248)
Browse files Browse the repository at this point in the history
Feature `rt-tokio` had been transitively dependended on,
durning refactors of `Cargo.toml` files it was accidentally
dropped.
  • Loading branch information
adam-singer authored Aug 8, 2024
1 parent c3f648e commit 3eadab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ async-trait = "0.1.80"
aws-config = { version = "1.5.4", default-features = false, features = [
"rustls",
] }
aws-sdk-s3 = { version = "1.41.0", default-features = false }
aws-sdk-s3 = { version = "1.41.0", features = [
"rt-tokio",
], default-features = false }
aws-smithy-runtime = { version = "1.6.2" }
bincode = "1.3.3"
blake3 = { version = "1.5.2", default-features = false }
Expand Down

0 comments on commit 3eadab0

Please sign in to comment.