Skip to content

Commit

Permalink
Change hashes dep spec to >=0.12,<0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Jan 29, 2024
1 parent 37915dc commit 7f55439
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 @@ -54,7 +54,7 @@ unicode-normalization = { version = "=0.1.22", optional = true }
[dev-dependencies]
# Enabling the "rand" feature by default to run the benches
bip39 = { path = ".", features = ["rand"] }
bitcoin_hashes = ">=0.12,<=0.13" # enable default features for test
bitcoin_hashes = ">=0.12,<0.14" # enable default features for test


[package.metadata.docs.rs]
Expand Down

0 comments on commit 7f55439

Please sign in to comment.