Pin the stable Rust version

To avoid CI failure due to new clippy rules introduced by newer Rust
releases.

We will manually update the Rust version here after each Rust release.
This commit is contained in:
Yuchen Wu 2024-06-14 13:47:25 -07:00 committed by Yuchen Wu
parent 4d6690ec53
commit 1d32d069cd

View file

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
# TODO: add nightly
toolchain: [stable, 1.72]
toolchain: [1.78, 1.72]
runs-on: ubuntu-latest
# Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches.