Skip to content

Commit 482bc64

Browse files
committed
Merge #120: Update electrsd to 0.33.0
cb6fdd2 ci: Update pinned deps for MSRV (valued mammal) 2090d5b deps: bump `electrsd` to 0.33.0 (valued mammal) Pull request description: Updates `electrsd` dev dependency to 0.33.0 Updated pinned deps needed to build on rust 1.63.0 fixes #119 fixes #117 ACKs for top commit: oleonardolima: ACK cb6fdd2 Tree-SHA512: 40b49a4832c9931560332b8b1af7f6616af54237664511266ce8dcb15dbf5d99be0ef44faa5b15f8c8ba8d420debe78038785ef54c0379f708934d157eef68e2
2 parents 900d508 + cb6fdd2 commit 482bc64

File tree

4 files changed

+142
-198
lines changed

4 files changed

+142
-198
lines changed

.github/workflows/cont_integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
run: |
5757
cargo update -p reqwest --precise "0.12.4"
5858
cargo update -p minreq --precise "2.13.2"
59-
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
60-
cargo update -p time --precise "0.3.20"
6159
cargo update -p home --precise "0.5.5"
6260
cargo update -p url --precise "2.5.0"
6361
cargo update -p tokio --precise "1.38.1"
@@ -71,7 +69,6 @@ jobs:
7169
cargo update -p parking_lot_core --precise "0.9.10"
7270
cargo update -p lock_api --precise "0.4.12"
7371
74-
cargo update -p base64ct --precise "1.6.0" # dev-dependency
7572
cargo update -p bzip2-sys --precise "0.1.12+1.0.8" # dev-dependency
7673
- name: Build
7774
run: cargo build --features ${{ matrix.features }} --no-default-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tokio = { version = "1", features = ["time"], optional = true }
3030
[dev-dependencies]
3131
serde_json = "1.0"
3232
tokio = { version = "1.20.1", features = ["full"] }
33-
electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
33+
electrsd = { version = "0.33.0", features = ["legacy", "esplora_a33e97e1", "corepc-node_28_0"] }
3434
lazy_static = "1.4.0"
3535

3636
[features]

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ To build with the MSRV you will need to pin dependencies as follows:
2121
```shell
2222
cargo update -p reqwest --precise "0.12.4"
2323
cargo update -p minreq --precise "2.13.2"
24-
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
25-
cargo update -p time --precise "0.3.20"
2624
cargo update -p home --precise "0.5.5"
2725
cargo update -p url --precise "2.5.0"
2826
cargo update -p tokio --precise "1.38.1"

0 commit comments

Comments
 (0)