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 5eb54c7 commit a6feb8dCopy full SHA for a6feb8d
s3/Cargo.toml
@@ -22,10 +22,8 @@ path = "src/lib.rs"
22
async-std = { version = "1", optional = true }
23
async-trait = "0.1"
24
attohttpc = { version = "0.19", optional = true, default-features = false }
25
-aws-creds = { version = "0.30.0", default-features = false }
26
-# aws-creds = { path = "../aws-creds", default-features = false }
27
-aws-region = "0.25.1"
28
-# aws-region = {path = "../aws-region"}
+aws-creds = { path = "../aws-creds" }
+aws-region = { path = "../aws-region" }
29
base64 = "0.13"
30
cfg-if = "1"
31
time = { version = "^0.3.6", features = ["formatting", "macros"] }
0 commit comments