Skip to content

Commit e715c3f

Browse files
committed
Bump electrum-client to v0.24.0
We bump the `electrum-client` dependency to the recently-introduced version v0.24.0.
1 parent de2005a commit e715c3f

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
@@ -36,7 +36,7 @@ lightning-macros = { version = "0.2", path = "../lightning-macros", default-feat
3636
bitcoin = { version = "0.32.2", default-features = false }
3737
futures = { version = "0.3", optional = true }
3838
esplora-client = { version = "0.12", default-features = false, optional = true }
39-
electrum-client = { version = "0.23.1", optional = true, default-features = false, features = ["proxy"] }
39+
electrum-client = { version = "0.24.0", optional = true, default-features = false, features = ["proxy"] }
4040

4141
[dev-dependencies]
4242
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }

0 commit comments

Comments
 (0)