Skip to content

Commit 05f7858

Browse files
committed
f dep
1 parent a2cfa03 commit 05f7858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-macros"
3-
version = "0.1.0"
3+
version = "0.2.0+git"
44
authors = ["Elias Rohrer"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default = ["std", "grind_signatures"]
3535
[dependencies]
3636
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
3737
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" }
3939

4040
bech32 = { version = "0.11.0", default-features = false }
4141
bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }

0 commit comments

Comments
 (0)