You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stable channel had a new release 1.83 on 28 Nov. The new toolchain version brings some changes to rustfmt and clippy, and this breaks the CI lint check for my PR because the workflow uses the stable channel. I quickly made some changes in a branch (#1561) to fix this, but meanwhile I'd like to know if the team prefers to keep using stable or to pin the repo to a specific toolchain version. Maybe we should also add a rust-toolchain.toml file to make this explicit, even if the team decides to stick to stable.
The stable channel had a new release 1.83 on 28 Nov. The new toolchain version brings some changes to rustfmt and clippy, and this breaks the CI lint check for my PR because the workflow uses the stable channel. I quickly made some changes in a branch (#1561) to fix this, but meanwhile I'd like to know if the team prefers to keep using
stable
or to pin the repo to a specific toolchain version. Maybe we should also add arust-toolchain.toml
file to make this explicit, even if the team decides to stick tostable
.Versions in the new stable toolchain:
The text was updated successfully, but these errors were encountered: