Skip to content

Commit 33ef322

Browse files
committed
f Drop jobserver pin
.. as it's not needed anymore
1 parent 75e5d43 commit 33ef322

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/ci-tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
4343

4444
# reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
4545
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
46-
# jobserver 0.1.27 requires rustc 1.66.0
47-
[ "$RUSTC_MINOR_VERSION" -lt 66 ] && cargo update -p jobserver --precise "0.1.26" --verbose
4846

4947
ELECTRS_DL_ENDPOINT="https://github.com/RCasatta/electrsd/releases/download/electrs_releases"
5048
ELECTRS_VERSION="esplora_a33e97e1a1fc63fa9c20a116bb92579bbf43b254"

0 commit comments

Comments
 (0)