Skip to content

Commit 8d1f907

Browse files
Upgrade electrum-client to 0.16.0
1 parent 73768c5 commit 8d1f907

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Update toolchain
5050
run: rustup update
5151
- name: pin dependencies
52-
if: ${{ matrix.rust.version }} == 1.57.0
53-
run: cargo update -p log --precise 0.4.18 && cargo update -p rustls@0.21.2 --precise 0.21.1
52+
if: matrix.rust.version == '1.57.0'
53+
run: cargo update -p log --precise 0.4.18 && cargo update -p rustls:0.21.2 --precise 0.21.1 && cargo update -p time:0.3.15 --precise 0.3.13
5454
- name: Build
5555
run: cargo build --features ${{ matrix.features }} --no-default-features
5656
- name: Clippy

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
2828
serde_json = "1.0"
2929
tokio = { version = "1.20.1", features = ["full"] }
3030
electrsd = { version = "0.24.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
31-
electrum-client = "0.15.1" # When updating to 0.16 remove version number from rustls pin in CI.
31+
electrum-client = "0.16.0"
3232
lazy_static = "1.4.0"
3333
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
3434
zip = "=0.6.3"

0 commit comments

Comments
 (0)