We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jobserver
1 parent 8a8decb commit fbdea7bCopy full SHA for fbdea7b
ci/ci-tests.sh
@@ -43,8 +43,6 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
43
44
# reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
45
[ "$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
48
49
ELECTRS_DL_ENDPOINT="https://github.com/RCasatta/electrsd/releases/download/electrs_releases"
50
ELECTRS_VERSION="esplora_a33e97e1a1fc63fa9c20a116bb92579bbf43b254"
0 commit comments