Skip to content

Commit 4bcc6c2

Browse files
committed
Merge rust-bitcoin/rust-bitcoin#1131: Upgrade bech32 to version 0.9.0
c67f74b Upgrade bech32 to version 0.9.0 (Tobin C. Harding) Pull request description: Recently `rust-bech32` v0.9.0 was released, this release included updating the MSRV to 1.41.1. ACKs for top commit: apoelstra: ACK c67f74b Kixunil: ACK c67f74b Tree-SHA512: 59aac2f40e0bc8c63a7549a988ff7cdc114ca7768421c7926cc6badbaa1d4f9de0c5cf41d987e4f5124a5c9042650e722cf5fbd892e91d0232ac175122eb042d
2 parents cf56672 + ba94878 commit 4bcc6c2

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)