@@ -15,18 +15,18 @@ crate-type = ["staticlib"
15
15
," cdylib" ]
16
16
17
17
[features ]
18
- no-std = [" bitcoin/no-std" , " lightning/no-std" , " lightning-invoice/no-std" , " core2" ]
18
+ no-std = [" bitcoin/no-std" , " lightning/no-std" , " lightning-invoice/no-std" , " lightning-background-processor/no-std " , " core2" ]
19
19
std = [" bitcoin/std" , " lightning/std" , " lightning-invoice/std" , " lightning-background-processor/std" ]
20
20
21
21
[dependencies ]
22
22
bitcoin = { version = " 0.29" , default-features = false }
23
23
secp256k1 = { version = " 0.24" , features = [" global-context" , " recovery" ] }
24
24
# Note that the following line is matched by genbindings to update the path
25
- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.115 -bindings" , default-features = false }
26
- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.115 -bindings" , default-features = false }
27
- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.115 -bindings" , default-features = false }
28
- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.115 -bindings" , default-features = false }
29
- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.115 -bindings" , default-features = false }
25
+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.116 -bindings" , default-features = false }
26
+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.116 -bindings" , default-features = false }
27
+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.116 -bindings" , default-features = false }
28
+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.116 -bindings" , default-features = false }
29
+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.116 -bindings" , default-features = false }
30
30
31
31
core2 = { version = " 0.3.0" , optional = true , default-features = false }
32
32
0 commit comments