File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ stdin_fuzz = []
1919[dependencies ]
2020afl = { version = " 0.4" , optional = true }
2121lightning = { path = " ../lightning" , features = [" fuzztarget" ] }
22- bitcoin = { version = " 0.20 " , features = [" fuzztarget" ] }
22+ bitcoin = { version = " 0.21 " , features = [" fuzztarget" ] }
2323bitcoin_hashes = { version = " 0.7" , features = [" fuzztarget" ] }
2424hex = " 0.3"
2525honggfuzz = { version = " 0.5" , optional = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
99"""
1010
1111[dependencies ]
12- bitcoin = " 0.20 "
12+ bitcoin = " 0.21 "
1313bitcoin_hashes = " 0.7"
1414lightning = { version = " 0.0.9" , path = " ../lightning" }
1515secp256k1 = " 0.15"
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ max_level_info = []
2222max_level_debug = []
2323
2424[dependencies ]
25- bitcoin = " 0.20 "
25+ bitcoin = " 0.21 "
2626bitcoin_hashes = " 0.7"
2727secp256k1 = " 0.15"
2828
2929[dev-dependencies .bitcoin ]
30- version = " 0.20 "
30+ version = " 0.21 "
3131features = [" bitcoinconsensus" ]
3232
3333[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments