Skip to content

Commit 7f55439

Browse files
committed
Change hashes dep spec to >=0.12,<0.14
1 parent 37915dc commit 7f55439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unicode-normalization = { version = "=0.1.22", optional = true }
5454
[dev-dependencies]
5555
# Enabling the "rand" feature by default to run the benches
5656
bip39 = { path = ".", features = ["rand"] }
57-
bitcoin_hashes = ">=0.12,<=0.13" # enable default features for test
57+
bitcoin_hashes = ">=0.12,<0.14" # enable default features for test
5858

5959

6060
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)