]> Untitled Git - bdk/commitdiff
fix: bump electrum version to 0.18
authorsjeohp <sjeohp@gmail.com>
Thu, 28 Sep 2023 16:49:19 +0000 (10:49 -0600)
committersjeohp <sjeohp@gmail.com>
Thu, 28 Sep 2023 16:49:19 +0000 (10:49 -0600)
crates/electrum/Cargo.toml

index 3f955393f08c6a93897b95fc169aa6832206482b..dffd7c08465045b361b03d14de49ffbaea78e758 100644 (file)
@@ -13,5 +13,5 @@ readme = "README.md"
 
 [dependencies]
 bdk_chain = { path = "../chain", version = "0.5.0", features = ["serde", "miniscript"] }
-electrum-client = { version = "0.17" }
+electrum-client = { version = "0.18" }
 #rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }