Skip to content

Commit

Permalink
ci: Pin time, cc in order to keep MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Sep 28, 2023
1 parent 4a1b96d commit ea6411c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
cargo update -p zip:0.6.6 --precise "0.6.2"
cargo update -p time --precise "0.3.13"
cargo update -p cc --precise "1.0.81"
- name: Build
run: cargo build ${{ matrix.features }}
- name: Test
Expand Down

0 comments on commit ea6411c

Please sign in to comment.