@@ -52,17 +52,17 @@ default = []
52
52
# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
53
53
# lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
54
54
55
- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " , features = [" std" ] }
56
- lightning-types = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
57
- lightning-invoice = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " , features = [" std" ] }
58
- lightning-net-tokio = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
59
- lightning-persister = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
60
- lightning-background-processor = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
61
- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
62
- lightning-block-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " , features = [" rest-client" , " rpc-client" , " tokio" ] }
63
- lightning-transaction-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " , features = [" esplora-async-https" , " electrum-rustls-ring" , " time" ] }
64
- lightning-liquidity = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
65
- lightning-macros = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " }
55
+ lightning = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " , features = [" std" ] }
56
+ lightning-types = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
57
+ lightning-invoice = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " , features = [" std" ] }
58
+ lightning-net-tokio = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
59
+ lightning-persister = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
60
+ lightning-background-processor = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
61
+ lightning-rapid-gossip-sync = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
62
+ lightning-block-sync = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
63
+ lightning-transaction-sync = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " , features = [" esplora-async-https" , " electrum-rustls-ring" , " time" ] }
64
+ lightning-liquidity = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
65
+ lightning-macros = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " }
66
66
67
67
# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
68
68
# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -109,7 +109,7 @@ winapi = { version = "0.3", features = ["winbase"] }
109
109
[dev-dependencies ]
110
110
# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
111
111
# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
112
- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 4e32d85249359d8ef8ece97d89848e40154363ab " , features = [" std" , " _test_utils" ] }
112
+ lightning = { git = " https://github.com/valentinewallace /rust-lightning" , rev = " 0b75f40b221f0665b36f3de71a9e3061774d1201 " , features = [" std" , " _test_utils" ] }
113
113
# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
114
114
proptest = " 1.0.0"
115
115
regex = " 1.5.6"
0 commit comments