@@ -42,17 +42,17 @@ default = []
4242# lightning-macros = { version = "0.2.0" }
4343
4444# Branch: https://github.com/moneydevkit/rust-lightning/tree/lsp-0.2.0_accept-underpaying-htlcs_with_timing_logs
45- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" std" ] }
46- lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " }
47- lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" std" ] }
48- lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " }
49- lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" tokio" ] }
50- lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " }
51- lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " }
52- lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" rest-client" , " rpc-client" , " tokio" ] }
53- lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
54- lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" std" ] }
55- lightning-macros = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " }
45+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" std" ] }
46+ lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " }
47+ lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" std" ] }
48+ lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " }
49+ lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" tokio" ] }
50+ lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " }
51+ lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " }
52+ lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
53+ lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
54+ lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" std" ] }
55+ lightning-macros = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " }
5656
5757# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5858# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -101,7 +101,7 @@ winapi = { version = "0.3", features = ["winbase"] }
101101[dev-dependencies ]
102102# lightning = { version = "0.2.0", features = ["std", "_test_utils"] }
103103# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0_accept-underpaying-htlcs
104- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " f374ac6439ae68852776b40ea869010f1b2ff9eb " , features = [" std" , " _test_utils" ] }
104+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 070b31d93ca28a80a204e9ddf540eb7767b72611 " , features = [" std" , " _test_utils" ] }
105105# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
106106proptest = " 1.0.0"
107107regex = " 1.5.6"
0 commit comments