File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ edition = "2021"
55
66[dependencies ]
77bitcoin = " 0.29"
8- lightning = { version = " 0.0.116 " }
9- lightning-block-sync = { version = " 0.0.116 " , features = [" rest-client" ] }
10- lightning-net-tokio = { version = " 0.0.116 " }
8+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " }
9+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " , features = [" rest-client" ] }
10+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " }
1111tokio = { version = " 1.25" , features = [" full" ] }
12- tokio-postgres = { version = " =0.7.5" }
12+ tokio-postgres = { version = " =0.7.5" }
1313futures = " 0.3"
1414
15+ [dev-dependencies ]
16+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48" }
17+
1518[profile .dev ]
1619panic = " abort"
1720
You can’t perform that action at this time.
0 commit comments