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 005bd59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ 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
- name: Build
run: cargo build
- name: Clippy
Expand Down

0 comments on commit 005bd59

Please sign in to comment.