Skip to content

Commit

Permalink
ci: Pin specific nightly for cargo udeps job
Browse files Browse the repository at this point in the history
This is a slightly speculative fix based on
https://github.community/t/189130 and
rust-lang/cargo#9695. Although it seems this may
have been fixed/worked around in cargo, the latest version of
`cargo-udeps` still depends on cargo 0.54.0 which could be affected.
  • Loading branch information
Chris Connelly authored and connec committed Sep 10, 2021
1 parent e9b5811 commit faa6127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Install Rust and required components
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2021-07-05
override: true

- name: Run cargo-udeps
Expand Down

0 comments on commit faa6127

Please sign in to comment.