Skip to content

Commit

Permalink
Upgrade bech32 to version 0.9.0
Browse files Browse the repository at this point in the history
Recently `rust-bech32` v0.9.0 was released, this release included
updating the MSRV to 1.41.1.
  • Loading branch information
tcharding committed Jul 27, 2022
1 parent 7a34697 commit c67f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ features = [ "std", "secp-recovery", "base64", "rand", "serde", "bitcoinconsensu
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
bech32 = { version = "0.8.1", default-features = false }
bech32 = { version = "0.9.0", default-features = false }
bitcoin_hashes = { version = "0.11.0", default-features = false }
secp256k1 = { version = "0.24.0", default-features = false, features = ["bitcoin_hashes"] }
core2 = { version = "0.3.0", optional = true, default-features = false }
Expand Down

0 comments on commit c67f74b

Please sign in to comment.