Skip to content

Commit

Permalink
fixing crate versions in the rustc 1.57 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Dec 22, 2023
1 parent f066e50 commit 4d28fae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ jobs:
cargo update -p webpki:0.22.4 --precise 0.22.0
cargo update -p rustls:0.20.9 --precise 0.20.8
cargo update -p sct:0.7.1 --precise 0.7.0
cargo update -p tokio:1.35.0 --precise 1.29.1
cargo update -p tokio:1.35.1 --precise 1.29.1
cargo update -p byteorder:1.5.0 --precise 1.4.3
cargo update -p crossbeam-epoch:0.9.16 --precise 0.9.15
cargo update -p crossbeam-utils:0.8.17 --precise 0.8.16
if: matrix.rust == '1.65.0'
run: |
cargo update -p home:0.5.9 --precise 0.5.5
- name: Build
run: cargo build
- name: Clippy
Expand Down

0 comments on commit 4d28fae

Please sign in to comment.