@@ -28,13 +28,21 @@ panic = 'abort' # Abort on panic
2828default = []
2929
3030[dependencies ]
31- lightning = { version = " 0.0.121" , features = [" std" ] }
32- lightning-invoice = { version = " 0.29.0" }
33- lightning-net-tokio = { version = " 0.0.121" }
34- lightning-persister = { version = " 0.0.121" }
35- lightning-background-processor = { version = " 0.0.121" , features = [" futures" ] }
36- lightning-rapid-gossip-sync = { version = " 0.0.121" }
37- lightning-transaction-sync = { version = " 0.0.121" , features = [" esplora-async-https" , " time" ] }
31+ # lightning = { version = "0.0.121", features = ["std"] }
32+ # lightning-invoice = { version = "0.29.0" }
33+ # lightning-net-tokio = { version = "0.0.121" }
34+ # lightning-persister = { version = "0.0.121" }
35+ # lightning-background-processor = { version = "0.0.121", features = ["futures"] }
36+ # lightning-rapid-gossip-sync = { version = "0.0.121" }
37+ # lightning-transaction-sync = { version = "0.0.121", features = ["esplora-async-https", "time"] }
38+
39+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" , features = [" std" ] }
40+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" }
41+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" }
42+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" }
43+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" , features = [" futures" ] }
44+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" }
45+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" , features = [" esplora-async" ] }
3846
3947# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4048# lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -75,8 +83,9 @@ prost = { version = "0.11.6", default-features = false}
7583winapi = { version = " 0.3" , features = [" winbase" ] }
7684
7785[dev-dependencies ]
78- lightning = { version = " 0.0.121" , features = [" std" , " _test_utils" ] }
86+ # lightning = { version = "0.0.121", features = ["std", "_test_utils"] }
7987# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
88+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" e32020c449964bc42cda264f510e7e51013f04bd" , features = [" std" , " _test_utils" ] }
8089electrum-client = { version = " 0.15.1" , default-features = true }
8190bitcoincore-rpc = { version = " 0.17.0" , default-features = false }
8291proptest = " 1.0.0"
0 commit comments