Bump bitcoin dep to 0.21

This commit is contained in:
Matt Corallo 2019-12-11 15:41:24 -05:00
parent be677dc4f4
commit 580a4234fd
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ stdin_fuzz = []
[dependencies]
afl = { version = "0.4", optional = true }
lightning = { path = "../lightning", features = ["fuzztarget"] }
bitcoin = { version = "0.20", features = ["fuzztarget"] }
bitcoin = { version = "0.21", features = ["fuzztarget"] }
bitcoin_hashes = { version = "0.7", features = ["fuzztarget"] }
hex = "0.3"
honggfuzz = { version = "0.5", optional = true }

View file

@ -9,7 +9,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
"""
[dependencies]
bitcoin = "0.20"
bitcoin = "0.21"
bitcoin_hashes = "0.7"
lightning = { version = "0.0.9", path = "../lightning" }
secp256k1 = "0.15"

View file

@ -22,12 +22,12 @@ max_level_info = []
max_level_debug = []
[dependencies]
bitcoin = "0.20"
bitcoin = "0.21"
bitcoin_hashes = "0.7"
secp256k1 = "0.15"
[dev-dependencies.bitcoin]
version = "0.20"
version = "0.21"
features = ["bitcoinconsensus"]
[dev-dependencies]