Skip to content

Commit

Permalink
Merge pull request #2687 from Bravo555/fix/2686/pin-nightly-version
Browse files Browse the repository at this point in the history
cargo-udeps: pin nightly version to fix "unknown feature `stdsimd`" error
  • Loading branch information
reubenmiller authored Feb 6, 2024
2 parents 0f35e21 + 953a1ff commit 381f88e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ jobs:
steps:
- uses: actions/checkout@v4

# TODO: remove nightly pin when we can update ahash (#2686)
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-03

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down

1 comment on commit 381f88e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
390 0 3 390 100 58m16.730999999s

Please sign in to comment.