Skip to content

Commit ae1f8f4

Browse files
committedSep 8, 2021
Bump bitcoin_hashes to version 0.10
Requires for interoperability of the `ThirtyTwoByteHash` trait with rust-bitcoin.
1 parent 12e3c66 commit ae1f8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ global-context-less-secure = []
3030

3131
[dependencies]
3232
secp256k1-sys = { version = "0.4.1", default-features = false, path = "./secp256k1-sys" }
33-
bitcoin_hashes = { version = "0.9", optional = true }
33+
bitcoin_hashes = { version = "0.10", optional = true }
3434
rand = { version = "0.6", default-features = false, optional = true }
3535
serde = { version = "1.0", default-features = false, optional = true }
3636

@@ -39,7 +39,7 @@ serde = { version = "1.0", default-features = false, optional = true }
3939
rand = "0.6"
4040
rand_core = "0.4"
4141
serde_test = "1.0"
42-
bitcoin_hashes = "0.9"
42+
bitcoin_hashes = "0.10"
4343

4444
[target.wasm32-unknown-unknown.dev-dependencies]
4545
wasm-bindgen-test = "0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.