Skip to content

Commit

Permalink
Bump bitcoin-bech32 dependency
Browse files Browse the repository at this point in the history
This makes the Address::Payload::WitnessProgram inner type compatible
with rust-lightning-invoice's Fallback::SegWitProgram's inner type.
This allows specifying fallbacks from addresses.
  • Loading branch information
stevenroose committed Mar 4, 2019
1 parent 08c6435 commit 750da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,7 @@ unstable = []
use-serde = ["serde", "bitcoin_hashes/serde"]

[dependencies]
bitcoin-bech32 = "0.8.0"
bitcoin-bech32 = "0.9.0"
byteorder = "1.2"
rand = "0.3"
bitcoin_hashes = "0.3"
Expand Down

0 comments on commit 750da89

Please sign in to comment.