Skip to content

Commit ba94878

Browse files
committed
Upgrade bech32 to version 0.9.0
Recently `rust-bech32` v0.9.0 was released, this release included updating the MSRV to 1.41.1.
1 parent 8b35d43 commit ba94878

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
@@ -33,7 +33,7 @@ features = [ "std", "secp-recovery", "base64", "rand", "serde", "bitcoinconsensu
3333
rustdoc-args = ["--cfg", "docsrs"]
3434

3535
[dependencies]
36-
bech32 = { version = "0.8.1", default-features = false }
36+
bech32 = { version = "0.9.0", default-features = false }
3737
bitcoin_hashes = { version = "0.11.0", default-features = false }
3838
secp256k1 = { version = "0.24.0", default-features = false, features = ["bitcoin_hashes"] }
3939
core2 = { version = "0.3.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)