Skip to content

Commit

Permalink
chore: Use from path (to support fork via git)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Apr 25, 2024
1 parent 3fa752d commit b959de7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ path = "src/lib.rs"
async-std = { version = "1", optional = true }
async-trait = "0.1"
attohttpc = { version = "0.22", optional = true, default-features = false }
aws-creds = { version = "0.33.0", default-features = false }
# aws-creds = { path = "../aws-creds", default-features = false }
aws-region = "0.25.1"
# aws-region = {path = "../aws-region"}
aws-creds = { path = "../aws-creds", default-features = false }
aws-region = { path = "../aws-region" }
base64 = "0.13"
cfg-if = "1"
time = { version = "^0.3.6", features = ["formatting", "macros"] }
Expand Down

0 comments on commit b959de7

Please sign in to comment.