Skip to content

Commit 6062ea7

Browse files
committed
Upgrade to bitcoin_hashes v0.11.0
New version of `bitcoin_hashes` is out, lets use it.
1 parent 510e58a commit 6062ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ serde = { version = "1.0", default-features = false, optional = true }
4141

4242
# You likely only want to enable these if you explicitly do not want to use "std", otherwise enable
4343
# the respective -std feature e.g., bitcoin-hashes-std
44-
bitcoin_hashes = { version = "0.10", default-features = false, optional = true }
44+
bitcoin_hashes = { version = "0.11", default-features = false, optional = true }
4545
rand = { version = "0.8", default-features = false, optional = true }
4646

4747
[dev-dependencies]
4848
rand = "0.8"
4949
rand_core = "0.6"
5050
serde_test = "1.0"
51-
bitcoin_hashes = "0.10"
51+
bitcoin_hashes = "0.11"
5252
bincode = "1.3.3"
5353

5454
# cbor does not build on WASM, we use it in a single trivial test (an example of when

0 commit comments

Comments
 (0)