Skip to content

Commit

Permalink
Another place to update the toolchain
Browse files Browse the repository at this point in the history
Summary: Ensures that clippy is found.

Reviewed By: krallin

Differential Revision: D53926349

fbshipit-source-id: 397e1a30c4ba9b6dfc908cef96074a5deeb7b929
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Feb 20, 2024
1 parent 27f5afa commit 6946cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-05-28
toolchain: nightly-2023-11-10
components: clippy, rustfmt
# We use rustfmt 2.0 for formatting, which differs from the released
# version installed by Cargo
Expand Down

0 comments on commit 6946cfc

Please sign in to comment.