From: Daniela Brozzoni Date: Wed, 21 Feb 2024 12:24:31 +0000 (+0100) Subject: ci: Remove jobserver pin X-Git-Tag: v1.0.0-alpha.7~3^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=2647aff4bc030e3b63287d353fb6293ab2f1442c;p=bdk ci: Remove jobserver pin It is not needed anymore. Discovered in #1344 --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 9db71a9d..f7af6d05 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -32,7 +32,6 @@ jobs: run: | cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5" cargo update -p time --precise "0.3.20" - cargo update -p jobserver --precise "0.1.26" cargo update -p home --precise "0.5.5" - name: Build run: cargo build ${{ matrix.features }}