Skip to content

Commit a28e7d1

Browse files
committed
WIP: Depend on unreleased hashes v0.13.0
1 parent 8f94237 commit a28e7d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = { version = "1.0.103", default-features = false, optional = true }
4040

4141
# You likely only want to enable these if you explicitly do not want to use "std", otherwise enable
4242
# the respective -std feature e.g., hashes-std
43-
hashes = { package = "bitcoin_hashes", version = "0.12.0", default-features = false, optional = true }
43+
hashes = { package = "bitcoin_hashes", version = "0.13.0", default-features = false, optional = true }
4444
rand = { version = "0.8", default-features = false, optional = true }
4545

4646
[dev-dependencies]
@@ -69,3 +69,8 @@ required-features = ["rand-std"]
6969
[workspace]
7070
members = ["secp256k1-sys"]
7171
exclude = ["no_std_test"]
72+
73+
[patch.crates-io.bitcoin_hashes]
74+
git = "https://github.com/tcharding/rust-bitcoin"
75+
# tharding/06-20-hashes-release: PR #1917
76+
rev = "c518c8019b4dcf9c0052df28684b8e622bed9dbc" # commit: `hashes: Bump version to 0.13.0`

0 commit comments

Comments
 (0)