Skip to content

Commit 645271d

Browse files
committed
Upgrade hashes dependency
Keep the range versioning but increase the threshould to include the upcoming `v0.14.0` release.
1 parent ac70617 commit 645271d

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)