We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
electrum-client
1 parent 93858b3 commit 5400d86Copy full SHA for 5400d86
1 file changed
Cargo.toml
@@ -82,7 +82,7 @@ esplora-client = { version = "0.12", default-features = false, features = ["toki
82
# `lightning-transaction-sync` APIs. We should drop it as part of the upgrade
83
# to LDK 0.2.
84
esplora-client_0_11 = { package = "esplora-client", version = "0.11", default-features = false, features = ["tokio", "async-https-rustls"] }
85
-electrum-client = { version = "0.23.1", default-features = true }
+electrum-client = { version = "0.24.0", default-features = true }
86
libc = "0.2"
87
uniffi = { version = "0.27.3", features = ["build"], optional = true }
88
serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] }
0 commit comments