Skip to content

Commit a474130

Browse files
committed
fix: use the default features of aws-config
This will include the sso configuration by default Closes delta-io#3897 Signed-off-by: R. Tyler Croy <[email protected]>
1 parent b2ca3b3 commit a474130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/aws/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltalake-aws"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors.workspace = true
55
keywords.workspace = true
66
readme.workspace = true
@@ -32,7 +32,7 @@ url = { workspace = true }
3232
aws-smithy-runtime-api = { version = "1.8" }
3333
aws-smithy-runtime = { version = "1.8", optional = true }
3434
aws-credential-types = { version = "1.2", features = ["hardcoded-credentials"] }
35-
aws-config = { version = "1.8", default-features = false, features = [
35+
aws-config = { version = "1.8", features = [
3636
"behavior-version-latest",
3737
"rt-tokio",
3838
"credentials-process",

0 commit comments

Comments
 (0)