Skip to content

Commit

Permalink
fix: bump electrum version to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeohp committed Sep 28, 2023
1 parent 37d5e53 commit fe65431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/electrum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit fe65431

Please sign in to comment.