mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-03 10:46:48 +01:00
Bump rust-bitcoin dep to 0.18
This commit is contained in:
parent
06eddc3465
commit
882f7307c8
2 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@ max_level_info = []
|
|||
max_level_debug = []
|
||||
|
||||
[dependencies]
|
||||
bitcoin = "0.17"
|
||||
bitcoin = "0.18"
|
||||
bitcoin_hashes = "0.3"
|
||||
rand = "0.4"
|
||||
secp256k1 = "0.12"
|
||||
|
||||
[dev-dependencies.bitcoin]
|
||||
version = "0.17"
|
||||
version = "0.18"
|
||||
features = ["bitcoinconsensus"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
|
|||
[dependencies]
|
||||
afl = { version = "0.4", optional = true }
|
||||
lightning = { path = "..", features = ["fuzztarget"] }
|
||||
bitcoin = { version = "0.17", features = ["fuzztarget"] }
|
||||
bitcoin = { version = "0.18", features = ["fuzztarget"] }
|
||||
bitcoin_hashes = { version = "0.3", features=["fuzztarget"] }
|
||||
hex = "0.3"
|
||||
honggfuzz = { version = "0.5", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue