Skip to content

Commit

Permalink
deps(electrum): bump electrum-client to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LagginTimes committed Nov 29, 2024
1 parent bf42562 commit f3cd3d8
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 @@ -14,7 +14,7 @@ workspace = true

[dependencies]
bdk_core = { path = "../core", version = "0.3.0" }
electrum-client = { version = "0.21", features = [ "proxy" ], default-features = false }
electrum-client = { version = "0.22", features = [ "proxy" ], default-features = false }

[dev-dependencies]
bdk_testenv = { path = "../testenv" }
Expand Down

0 comments on commit f3cd3d8

Please sign in to comment.