We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ca3b3 commit a474130Copy full SHA for a474130
crates/aws/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "deltalake-aws"
3
-version = "0.12.0"
+version = "0.12.1"
4
authors.workspace = true
5
keywords.workspace = true
6
readme.workspace = true
@@ -32,7 +32,7 @@ url = { workspace = true }
32
aws-smithy-runtime-api = { version = "1.8" }
33
aws-smithy-runtime = { version = "1.8", optional = true }
34
aws-credential-types = { version = "1.2", features = ["hardcoded-credentials"] }
35
-aws-config = { version = "1.8", default-features = false, features = [
+aws-config = { version = "1.8", features = [
36
"behavior-version-latest",
37
"rt-tokio",
38
"credentials-process",
0 commit comments