@@ -50,17 +50,17 @@ default = []
50
50
# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["esplora-async-https", "electrum", "time"] }
51
51
# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
52
52
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 " }
64
64
65
65
# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
66
66
# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -105,7 +105,7 @@ winapi = { version = "0.3", features = ["winbase"] }
105
105
[dev-dependencies ]
106
106
# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
107
107
# 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" ] }
109
109
# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
110
110
proptest = " 1.0.0"
111
111
regex = " 1.5.6"
0 commit comments