Skip to content

Commit 6a598b2

Browse files
committed
ci: remove MSRV pinning for jobserver dependency
1 parent 973c768 commit 6a598b2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/cont_integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: |
5858
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
5959
cargo update -p time --precise "0.3.20"
60-
cargo update -p jobserver --precise "0.1.26"
6160
cargo update -p home --precise 0.5.5
6261
- name: Build
6362
run: cargo build --features ${{ matrix.features }} --no-default-features

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. B
1313
</p>
1414

1515
## Minimum Supported Rust Version (MSRV)
16-
This library should compile with any combination of features with Rust 1.63.0.
17-
18-
To build with the MSRV you will need to pin dependencies as follows:
19-
20-
```shell
21-
cargo update -p jobserver --precise "0.1.26"
22-
```
16+
This library should compile with any combination of features with Rust 1.63.0.

0 commit comments

Comments
 (0)