Skip to content

Commit 54876aa

Browse files
committed
Upgrade hashes dependency
Keep the range versioning but increase the threshould to include the upcoming `v0.14.0` release.
1 parent 5fa3623 commit 54876aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
* Upgrade `hashes` using range dependency `version = ">= 0.12, <= 0.14"`.
4+
15
# 0.28.2 - 2024-01-30
26

37
* Implement `Hash` for `Scalar` [#674](https://github.com/rust-bitcoin/rust-secp256k1/pull/674)

Cargo.toml

+1-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.13", default-features = false, optional = true }
43+
hashes = { package = "bitcoin_hashes", version = ">= 0.12, <= 0.14", default-features = false, optional = true }
4444
rand = { version = "0.8", default-features = false, optional = true }
4545

4646
[dev-dependencies]

0 commit comments

Comments
 (0)