ci: update zstd-sys version to work with MSRV 1.63

This commit is contained in:
Steve Myers 2024-01-31 08:15:37 -06:00
parent 929b5ddb0c
commit c5afbaa95d
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -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"