File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lightning-macros"
3
- version = " 0.1.0 "
3
+ version = " 0.2.0+git "
4
4
authors = [" Elias Rohrer" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/lightningdevkit/rust-lightning/"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ default = ["std", "grind_signatures"]
35
35
[dependencies ]
36
36
lightning-types = { version = " 0.3.0" , path = " ../lightning-types" , default-features = false }
37
37
lightning-invoice = { version = " 0.34.0" , path = " ../lightning-invoice" , default-features = false }
38
- lightning-macros = { version = " 0.1 " , path = " ../lightning-macros" }
38
+ lightning-macros = { version = " 0.2 " , path = " ../lightning-macros" }
39
39
40
40
bech32 = { version = " 0.11.0" , default-features = false }
41
41
bitcoin = { version = " 0.32.2" , default-features = false , features = [" secp-recovery" ] }
You can’t perform that action at this time.
0 commit comments