From c5afbaa95d7bc699981d6fe7f9964a41b7587d5c Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 31 Jan 2024 08:15:37 -0600 Subject: [PATCH] ci: update zstd-sys version to work with MSRV 1.63 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 3dfb9906..9db71a9d 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -30,7 +30,7 @@ jobs: - name: Pin dependencies for MSRV if: matrix.rust.version == '1.63.0' run: | - cargo update -p zip --precise "0.6.2" + 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"