Skip to content

Commit

Permalink
Merge pull request #2968 from Ruadhri17/update-nightly-udeps
Browse files Browse the repository at this point in the history
chore: update nightly toolchain for udeps in workflow
  • Loading branch information
Ruadhri17 authored Jun 27, 2024
2 parents ffca593 + e0bdc4f commit 2b544f3
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 197 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ jobs:
steps:
- uses: actions/checkout@v4

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

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

0 comments on commit 2b544f3

Please sign in to comment.