Skip to content

Commit 53935b2

Browse files
committed
Update electrum-client to 0.11.0
1 parent 4fbd852 commit 53935b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Rename `as_sat_vb` to `as_sat_per_vb`. Move all `FeeRate` test to `types.rs`.
1010
- Add custom Harware Wallet Signer `HwiSigner` in `src/wallet/harwaresigner/` module.
1111
- Add `allow_dust` method on `TxBuilder`.
12+
- Update electrum-client to `0.11.0`
1213

1314
## [v0.21.0] - [v0.20.0]
1415

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rand = "^0.7"
2222

2323
# Optional dependencies
2424
sled = { version = "0.34", optional = true }
25-
electrum-client = { version = "0.10", optional = true }
25+
electrum-client = { version = "0.11", optional = true }
2626
rusqlite = { version = "0.27.0", optional = true }
2727
ahash = { version = "0.7.6", optional = true }
2828
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
@@ -101,7 +101,7 @@ test-hardware-signer = ["hardware-signer"]
101101
lazy_static = "1.4"
102102
env_logger = "0.7"
103103
clap = "2.33"
104-
electrsd = "0.19.1"
104+
electrsd = "0.20"
105105

106106
[[example]]
107107
name = "address_validator"

0 commit comments

Comments
 (0)