Skip to content

Commit 09babee

Browse files
committed
WIP: Update the hashes dependency to v0.13
This is WIP because we need a branch with this change so we can depend on it to build `bitcoin` while updating the `hashes` dependency there. Update to the soon-to-be-released version of `hashes`. This version uses the soon-to-be-released version of `internals` so we add a patch section to the manifest which should be removed once we release the new version of `internals`.
1 parent 7c8270a commit 09babee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ serde = { version = "1.0.103", 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.12", default-features = false, optional = true }
44+
bitcoin_hashes = { version = "0.13", default-features = false, optional = true, git = "https://github.com/tcharding/rust-bitcoin", branch = "06-20-hashes-release" }
4545
rand = { version = "0.8", default-features = false, optional = true }
4646

4747
[dev-dependencies]
@@ -70,3 +70,7 @@ required-features = ["rand-std"]
7070
[workspace]
7171
members = ["secp256k1-sys"]
7272
exclude = ["no_std_test"]
73+
74+
[patch.crates-io.bitcoin-internals]
75+
git = "https://github.com/tcharding/rust-bitcoin"
76+
branch = "06-20-internals-release"

0 commit comments

Comments
 (0)