Skip to content

Commit

Permalink
ci: Update the MSRV dependency precise updating
Browse files Browse the repository at this point in the history
- Specify which version of zip needs to be updated
- Remove base64
- Add rustls
  • Loading branch information
danielabrozzoni committed Aug 9, 2023
1 parent e8fa5ca commit 576be45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
cargo update -p tempfile --precise "3.6.0"
cargo update -p hashlink --precise "0.8.1"
cargo update -p regex --precise "1.7.3"
cargo update -p zip --precise "0.6.3"
cargo update -p base64ct --precise "1.5.3"
cargo update -p zip:0.6.6 --precise "0.6.3"
cargo update -p rustix --precise "0.37.23"
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
Expand Down

0 comments on commit 576be45

Please sign in to comment.