Skip to content

Commit a6feb8d

Browse files
committed
chore: Use from path (to support fork via git)
1 parent 5eb54c7 commit a6feb8d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

s3/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ path = "src/lib.rs"
2222
async-std = { version = "1", optional = true }
2323
async-trait = "0.1"
2424
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"}
25+
aws-creds = { path = "../aws-creds" }
26+
aws-region = { path = "../aws-region" }
2927
base64 = "0.13"
3028
cfg-if = "1"
3129
time = { version = "^0.3.6", features = ["formatting", "macros"] }

0 commit comments

Comments
 (0)