Skip to content

Commit

Permalink
fixing crossbeam-utils version 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 92c458f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
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 byteorder:1.5.0 --precise 1.4.3
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 92c458f

Please sign in to comment.