@@ -50,17 +50,17 @@ default = []
5050# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["esplora-async-https", "electrum", "time"] }
5151# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
5252
53- lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " , features = [" std" ] }
54- lightning-types = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
55- lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " , features = [" std" ] }
56- lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
57- lightning-persister = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
58- lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
59- lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
60- lightning-block-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " , features = [" rpc-client" , " tokio" ] }
61- lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " , features = [" esplora-async-https" , " electrum" , " time" ] }
62- lightning-liquidity = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
63- lightning-macros = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " }
53+ lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " , features = [" std" ] }
54+ lightning-types = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
55+ lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " , features = [" std" ] }
56+ lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
57+ lightning-persister = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
58+ lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
59+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
60+ lightning-block-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " , features = [" rpc-client" , " tokio" ] }
61+ lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " , features = [" esplora-async-https" , " electrum" , " time" ] }
62+ lightning-liquidity = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
63+ lightning-macros = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " }
6464
6565# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
6666# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -105,7 +105,7 @@ winapi = { version = "0.3", features = ["winbase"] }
105105[dev-dependencies ]
106106# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
107107# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
108- lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " 16a4596f66a3fa5d395cc1dd17a7025a5207d18f " , features = [" std" , " _test_utils" ] }
108+ lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " 367d0cc495f55d8d50d36276136e873ea628f44b " , features = [" std" , " _test_utils" ] }
109109# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
110110proptest = " 1.0.0"
111111regex = " 1.5.6"
0 commit comments