mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Bump bitcoin dep to 0.21
This commit is contained in:
parent
be677dc4f4
commit
580a4234fd
3 changed files with 4 additions and 4 deletions
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue