1
1
[package ]
2
2
name = " lightning-invoice"
3
3
description = " Data structures to parse and serialize BOLT11 lightning invoices"
4
- version = " 0.27 .0"
4
+ version = " 0.28 .0"
5
5
authors = [
" Sebastian Geisler <[email protected] >" ]
6
6
documentation = " https://docs.rs/lightning-invoice/"
7
7
license = " MIT OR Apache-2.0"
@@ -21,14 +21,14 @@ std = ["bitcoin/std", "num-traits/std", "lightning/std", "bech32/std"]
21
21
22
22
[dependencies ]
23
23
bech32 = { version = " 0.9.0" , default-features = false }
24
- lightning = { version = " 0.0.119 " , path = " ../lightning" , default-features = false }
24
+ lightning = { version = " 0.0.120 " , path = " ../lightning" , default-features = false }
25
25
secp256k1 = { version = " 0.27.0" , default-features = false , features = [" recovery" , " alloc" ] }
26
26
num-traits = { version = " 0.2.8" , default-features = false }
27
27
hashbrown = { version = " 0.8" , optional = true }
28
28
serde = { version = " 1.0.118" , optional = true }
29
29
bitcoin = { version = " 0.30.2" , default-features = false }
30
30
31
31
[dev-dependencies ]
32
- lightning = { version = " 0.0.119 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
32
+ lightning = { version = " 0.0.120 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
33
33
hex = { package = " hex-conservative" , version = " 0.1.1" , default-features = false }
34
34
serde_json = { version = " 1" }
0 commit comments