From 2647aff4bc030e3b63287d353fb6293ab2f1442c Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Wed, 21 Feb 2024 13:24:31 +0100 Subject: [PATCH] ci: Remove jobserver pin It is not needed anymore. Discovered in #1344 --- .github/workflows/cont_integration.yml | 1 - 1 file changed, 1 deletion(-) 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 }}