Skip to content

Commit 1813da4

Browse files
committed
Disable default-features for aws-config
We only need the feature we explicitly enabled.
1 parent 40ea644 commit 1813da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniqueue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.79"
1010
edition = "2021"
1111

1212
[dependencies]
13-
aws-config = { version = "1.1.5", features = ["behavior-version-latest"], optional = true }
13+
aws-config = { version = "1.1.5", default-features = false, features = ["behavior-version-latest"], optional = true }
1414
aws-sdk-sqs = { version = "1.13.0", optional = true }
1515
azure_storage = { version = "0.21.0", optional = true }
1616
azure_storage_queues = { version = "0.21.0", optional = true }

0 commit comments

Comments
 (0)