Skip to content

Commit c99118e

Browse files
committed
bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors
1 parent 24e4ca2 commit c99118e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/cont_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: pin dependencies
5252
if: matrix.rust.version == '1.63.0'
5353
run: |
54+
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
55+
cargo update -p time --precise "0.3.20"
56+
cargo update -p jobserver --precise "0.1.26"
5457
cargo update -p home --precise 0.5.5
5558
- name: Build
5659
run: cargo build --features ${{ matrix.features }} --no-default-features

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
2828
[dev-dependencies]
2929
serde_json = "1.0"
3030
tokio = { version = "1.20.1", features = ["full"] }
31-
electrsd = { version = "0.24.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
32-
electrum-client = "0.16.0"
31+
electrsd = { version = "0.26.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
3332
lazy_static = "1.4.0"
3433

3534
[features]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This library should compile with any combination of features with Rust 1.63.0.
1818
To build with the MSRV you will need to pin dependencies as follows:
1919

2020
```shell
21-
cargo update -p home --precise 0.5.5
21+
cargo update -p jobserver --precise "0.1.26"
2222
```

0 commit comments

Comments
 (0)