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