Skip to content

Commit d279c13

Browse files
committed
Merge #690: Upgrade hashes dependency
645271d Upgrade hashes dependency (Tobin C. Harding) Pull request description: Keep the range versioning but increase the threshold to include the latest `v0.14.0` release. ACKs for top commit: apoelstra: ACK 645271d Tree-SHA512: 46c93e4ad4077cc164e546fd9621f18ec34c2e110f9c763e8252d3ee92174e9efb5a20eea6169f62d5397fcbab5799dd8d9c88577bbf246e9aa4c2b2282c2266
2 parents ac70617 + 645271d commit d279c13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

33
* Bump MSRV to Rust `v1.56.1`
4+
* Upgrade `hashes` using range dependency `version = ">= 0.12, <= 0.14"`.
45

56
# 0.28.2 - 2024-01-30
67

Cargo.toml

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

4747
[dev-dependencies]

0 commit comments

Comments
 (0)