Skip to content

Commit 7f78230

Browse files
committed
WIP: Depend on unreleased hashes v0.13.0
1 parent dd78b87 commit 7f78230

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

+10-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,12 @@ required-features = ["rand-std"]
6969
[workspace]
7070
members = ["secp256k1-sys"]
7171
exclude = ["no_std_test"]
72+
73+
# TODO: Remove this when hashes v.0.13.0 is released.
74+
[patch.crates-io.bitcoin_hashes]
75+
git = "https://github.com/tcharding/rust-bitcoin"
76+
# source branch: tharding/06-20-hashes-release
77+
# rust-bicoin PR: #1917
78+
# One commit back from branch tip.
79+
# commit: `hashes: Bump version to 0.13.0`
80+
rev = "37d1d288a67fe7e0cd53962f66faa854621bade0"

0 commit comments

Comments
 (0)