Skip to content

Commit 4f2be0f

Browse files
committed
Upgrade to bitcoin_hashes v0.11.0
New version of `bitcoin_hashes` is out, lets use it.
1 parent 5dcd88d commit 4f2be0f

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
@@ -42,14 +42,14 @@ serde = { version = "1.0", default-features = false, optional = true }
4242

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

4848
[dev-dependencies]
4949
rand = "0.8"
5050
rand_core = "0.6"
5151
serde_test = "1.0"
52-
bitcoin_hashes = "0.10"
52+
bitcoin_hashes = "0.11"
5353
bincode = "1.3.3"
5454

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

0 commit comments

Comments
 (0)