Skip to content

Commit

Permalink
ci: update zstd-sys version to work with MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 31, 2024
1 parent 929b5dd commit c5afbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5afbaa

Please sign in to comment.