Skip to content

Commit e1fa576

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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

0 commit comments

Comments
 (0)