@@ -8,22 +8,22 @@ edition = "2018"
8
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
9
10
10
[dependencies ]
11
- # lightning-background-processor = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "32f6205848806a3b2876a2ae36b1db7d5fa22f7d " }
12
- lightning-background-processor = { path = " ../rust-lightning/background-processor" }
11
+ lightning-background-processor = { git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " 6fcac8bc65ed6d372e0b8c367e9934c754f99ff3 " }
12
+ # lightning-background-processor = { path = "../rust-lightning/background-processor" }
13
13
base64 = " 0.13.0"
14
14
bitcoin = " 0.26"
15
15
bitcoin-bech32 = " 0.7"
16
16
bech32 = " 0.7"
17
17
hex = " 0.3"
18
- # lightning = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "32f6205848806a3b2876a2ae36b1db7d5fa22f7d " }
19
- lightning = { path = " ../rust-lightning/lightning" }
20
- # lightning-block-sync = { git = "https://github.com/rust-bitcoin/rust-lightning", features = ["rpc-client"], rev = "32f6205848806a3b2876a2ae36b1db7d5fa22f7d " }
21
- lightning-block-sync = { path = " ../rust-lightning/lightning-block-sync" , features = [" rpc-client" ] }
18
+ lightning = { git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " 6fcac8bc65ed6d372e0b8c367e9934c754f99ff3 " }
19
+ # lightning = { path = "../rust-lightning/lightning" }
20
+ lightning-block-sync = { git = " https://github.com/rust-bitcoin/rust-lightning" , features = [" rpc-client" ], rev = " 6fcac8bc65ed6d372e0b8c367e9934c754f99ff3 " }
21
+ # lightning-block-sync = { path = "../rust-lightning/lightning-block-sync", features = ["rpc-client"] }
22
22
lightning-invoice = { git = " https://github.com/rust-bitcoin/rust-lightning-invoice" , rev = " aa3a57b9dca5205fa25fa333a2db165d7e77b3b0" }
23
- # lightning-net-tokio = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "32f6205848806a3b2876a2ae36b1db7d5fa22f7d " }
24
- lightning-net-tokio = { path = " ../rust-lightning/lightning-net-tokio" }
25
- # lightning-persister = { git = "https://github.com/rust-bitcoin/rust-lightning", rev = "32f6205848806a3b2876a2ae36b1db7d5fa22f7d " }
26
- lightning-persister = { path = " ../rust-lightning/lightning-persister" }
23
+ lightning-net-tokio = { git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " 6fcac8bc65ed6d372e0b8c367e9934c754f99ff3 " }
24
+ # lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }
25
+ lightning-persister = { git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " 6fcac8bc65ed6d372e0b8c367e9934c754f99ff3 " }
26
+ # lightning-persister = { path = "../rust-lightning/lightning-persister" }
27
27
time = " 0.2"
28
28
rand = " 0.4"
29
29
serde_json = { version = " 1.0" }
0 commit comments