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`.

Adds a patch section to the manifest which should be removed once we
release the new version of `hashes`.
  • Loading branch information
tcharding committed Jun 27, 2023
1 parent 7c8270a commit 53ef425
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, git = "https://github.com/tcharding/rust-bitcoin", branch = "06-20-hashes-release" }
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-internals]
git = "https://github.com/tcharding/rust-bitcoin"
branch = "06-20-internals-release"

0 comments on commit 53ef425

Please sign in to comment.