Skip to content

Commit 7b59da2

Browse files
committed
upgrading the dependency electrum-client to version 0.11 to match bdk v0.24
1 parent cc4b179 commit 7b59da2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrsd"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
description = "Utility to run a regtest electrs process, useful in integration testing environment"
66
repository = "https://github.com/RCasatta/electrsd"
@@ -10,15 +10,15 @@ edition = "2018"
1010

1111
[dependencies]
1212
bitcoind = { git = "https://github.com/weareseba/bitcoind", branch = "feature/proxy" }
13-
electrum-client = { version="0.11", default-features = false }
13+
electrum-client = { version="0.12", default-features = false }
1414
nix = { version="0.24" }
1515
log = "0.4"
1616

1717
[dev-dependencies]
1818
env_logger = "0.9"
1919

2020
[build-dependencies]
21-
bitcoin_hashes = "0.10"
21+
bitcoin_hashes = "0.11"
2222
zip = {version = "0.5", default-features = false, features = ["bzip2", "deflate"] }
2323
ureq = "2.1"
2424

0 commit comments

Comments
 (0)