@@ -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.99 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " }
12
- lightning-block-sync = { version = " 0.0.99 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " , features = [ " rpc-client" ] }
13
- lightning-invoice = { version = " 0.7 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " }
14
- lightning-net-tokio = { version = " 0.0.99 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " }
15
- lightning-persister = { version = " 0.0.99 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " }
16
- lightning-background-processor = { version = " 0.0.99 " , git = " https://github.com/rust-bitcoin/rust-lightning" , branch = " main " }
11
+ lightning = { version = " 0.0.100 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " }
12
+ lightning-block-sync = { version = " 0.0.100 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " , features = [ " rpc-client" ] }
13
+ lightning-invoice = { version = " 0.8.0 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " }
14
+ lightning-net-tokio = { version = " 0.0.100 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " }
15
+ lightning-persister = { version = " 0.0.100 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " }
16
+ lightning-background-processor = { version = " 0.0.100 " , git = " https://github.com/rust-bitcoin/rust-lightning" , rev = " d523b6e " }
17
17
18
18
base64 = " 0.13.0"
19
19
bitcoin = " 0.27"
0 commit comments