Skip to content

Commit

Permalink
ci: Pin even more dependencies for MSRV
Browse files Browse the repository at this point in the history
- Specify which version of zip needs to be updated
- Pin rustls
- Pin flate2
  • Loading branch information
danielabrozzoni committed Aug 16, 2023
1 parent 4d48a07 commit 3d94a8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ 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"
cargo update -p tokio --precise "1.29.1"
cargo update -p cc --precise "1.0.81"
cargo update -p rustls:0.21.6 --precise "0.21.1"
cargo update -p flate2:1.0.27 --precise "1.0.26"
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down Expand Up @@ -226,10 +227,10 @@ 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"
cargo update -p tokio --precise "1.29.1"
cargo update -p cc --precise "1.0.81"
cargo update -p rustls:0.21.6 --precise "0.21.1"
- name: Test
run: cargo test --features test-hardware-signer

0 comments on commit 3d94a8a

Please sign in to comment.