We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea644 commit 1813da4Copy full SHA for 1813da4
omniqueue/Cargo.toml
@@ -10,7 +10,7 @@ rust-version = "1.79"
10
edition = "2021"
11
12
[dependencies]
13
-aws-config = { version = "1.1.5", features = ["behavior-version-latest"], optional = true }
+aws-config = { version = "1.1.5", default-features = false, features = ["behavior-version-latest"], optional = true }
14
aws-sdk-sqs = { version = "1.13.0", optional = true }
15
azure_storage = { version = "0.21.0", optional = true }
16
azure_storage_queues = { version = "0.21.0", optional = true }
0 commit comments