Skip to content

Commit 2f41867

Browse files
committed
f version
1 parent b3b8495 commit 2f41867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-interface = []
2424

2525
[dependencies]
2626
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["std"] }
27-
lightning-macros = { version = "0.1", path = "../lightning-macros", default-features = false }
27+
lightning-macros = { version = "0.2", path = "../lightning-macros", default-features = false }
2828
bitcoin = { version = "0.32.2", default-features = false }
2929
futures = { version = "0.3", optional = true }
3030
esplora-client = { version = "0.11", default-features = false, optional = true }

0 commit comments

Comments
 (0)