From: Steve Myers Date: Wed, 31 Jan 2024 14:15:37 +0000 (-0600) Subject: ci: update zstd-sys version to work with MSRV 1.63 X-Git-Tag: v1.0.0-alpha.5~2^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=c5afbaa95d7bc699981d6fe7f9964a41b7587d5c;p=bdk ci: update zstd-sys version to work with MSRV 1.63 --- 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"