@@ -8,12 +8,12 @@ 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 = { version = " 0.0.14" , git = " https://github.com/rust-bitcoin /rust-lightning" }
12
- lightning-block-sync = { version = " 0.0.14" , git = " https://github.com/rust-bitcoin /rust-lightning" , features = [ " rpc-client" ] }
13
- lightning-invoice = { version = " 0.5" , git = " https://github.com/rust-bitcoin /rust-lightning" }
14
- lightning-net-tokio = { version = " 0.0.14" , git = " https://github.com/rust-bitcoin /rust-lightning" }
15
- lightning-persister = { version = " 0.0.14" , git = " https://github.com/rust-bitcoin /rust-lightning" }
16
- lightning-background-processor = { version = " 0.0.14" , git = " https://github.com/rust-bitcoin /rust-lightning" }
11
+ lightning = { version = " 0.0.14" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " }
12
+ lightning-block-sync = { version = " 0.0.14" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " , features = [ " rpc-client" ] }
13
+ lightning-invoice = { version = " 0.5" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " }
14
+ lightning-net-tokio = { version = " 0.0.14" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " }
15
+ lightning-persister = { version = " 0.0.14" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " }
16
+ lightning-background-processor = { version = " 0.0.14" , git = " https://github.com/jkczyz /rust-lightning" , branch = " 2021-05-event-processing " }
17
17
18
18
base64 = " 0.13.0"
19
19
bitcoin = " 0.26"
@@ -25,7 +25,7 @@ futures = "0.3"
25
25
time = " 0.2"
26
26
rand = " 0.4"
27
27
serde_json = { version = " 1.0" }
28
- tokio = { version = " 1.0 " , features = [ " io-util" , " macros" , " rt" , " rt-multi-thread" , " sync" , " net" , " time" ] }
28
+ tokio = { version = " 1.5 " , features = [ " io-util" , " macros" , " rt" , " rt-multi-thread" , " sync" , " net" , " time" ] }
29
29
30
30
[profile .release ]
31
31
panic = " abort"
0 commit comments