Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 0824ba1

Browse files
committed
Update MSRV in crate description
We updated the MSRV but omitted to update the crate description string.
1 parent ba4cebf commit 0824ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bitcoin_hashes"
33
version = "0.11.0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
6-
description = "Hash functions used by rust-bitcoin which support rustc 1.29.0"
6+
description = "Hash functions used by rust-bitcoin which support rustc 1.41.1"
77
homepage = "https://github.com/rust-bitcoin/bitcoin_hashes/"
88
repository = "https://github.com/rust-bitcoin/bitcoin_hashes/"
99
documentation = "https://docs.rs/bitcoin_hashes/"

0 commit comments

Comments
 (0)