-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
Description
The actions-rs/toolchain
action used in CI can determine which rust channel to use from the rust-toolchain.toml
file rather than the explicit toolchain: stable
argument passed currently.
It doesn't work perfectly at the moment. There's an upstream PR that will fix the functionality: actions-rs/toolchain#209.
For now we can fork the toolchain action and merge that PR. Eventually we should switch back to the upstream when that PR is merged.
See also:
- pin rust toolchain version in rust-toolchain file #2513
- Discussion of lints CI in Fix panic when reloading a shrunk file #2506