Skip to content

Commit

Permalink
Depend on hashes v0.13.0
Browse files Browse the repository at this point in the history
We just released a new version of `bitcoin_hashes`, lets use it.

No code changes required.
  • Loading branch information
tcharding committed Aug 17, 2023
1 parent 1f9c01a commit b0c519b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Bump MSRV to 1.48
* Remove implementations of `PartialEq`, `Eq`, `PartialOrd`, `Ord`, and `Hash` from the
`impl_array_newtype` macro. Users will now need to derive these traits if they are wanted.
* Depend on newly released `hashes v0.13.0`.

# 0.27.0 - 2023-03-15

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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., hashes-std
hashes = { package = "bitcoin_hashes", version = "0.12", default-features = false, optional = true }
hashes = { package = "bitcoin_hashes", version = "0.13", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b0c519b

Please sign in to comment.