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 CI should automatically pick the rust-toolchain file if present, as we do in other projects (see Rusk for example), we shouldn't have anything hard-coded; so that the only "source of truth" is the rust-toolchain file. You can also thinking of change it in its toml version, that gives us more flexibility (when introduced the first time the toolchain file, the toml wasn't supported yet, but now it's been a while): https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
either change CI nightly version or use same versions in toolchain file and CI
The text was updated successfully, but these errors were encountered: