Skip to content

Commit

Permalink
Merge pull request stratis-storage#869 from mulkieran/retry-default
Browse files Browse the repository at this point in the history
Do not use default features for retry crate
  • Loading branch information
mulkieran authored Aug 2, 2023
2 parents 1422fe7 + c8f4b00 commit 98ce333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env_logger="0.10.0"
semver = "1.0.0"
serde = "1.0.60"
rand = "0.8.0"
retry = "1.3.1"
retry = {version = "1.3.1", default-features=false}
lazy_static = "1.2.0"
log = "0.4.14"

Expand Down

0 comments on commit 98ce333

Please sign in to comment.