Skip to content

Commit

Permalink
WIP: Update the hashes dependency to v0.13
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
tcharding committed Aug 8, 2023
1 parent 29e1a0c commit 4a93824
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde = { version = "1.0.103", default-features = false, optional = true }

# You likely only want to enable these if you explicitly do not want to use "std", otherwise enable
# the respective -std feature e.g., bitcoin-hashes-std
bitcoin_hashes = { version = "0.12", default-features = false, optional = true }
bitcoin_hashes = { version = "0.13", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, optional = true }

[dev-dependencies]
Expand Down Expand Up @@ -70,3 +70,7 @@ required-features = ["rand-std"]
[workspace]
members = ["secp256k1-sys"]
exclude = ["no_std_test"]

[patch.crates-io.bitcoin_hashes]
git = "https://github.com/tcharding/rust-bitcoin"
branch = "06-20-hashes-release"

0 comments on commit 4a93824

Please sign in to comment.