Change hashes dep spec to >=0.12,<0.14

This commit is contained in:
Steven Roose 2024-01-29 18:42:19 +00:00
parent 37915dc0ae
commit 7f554391ae
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -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]