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
I've added a rust-toolchain.toml file to the repo, and set it to the nightly toolchain until the trait_upcasting feature is stabilized in the next release, then we'll switch back to stable. In any case, it'll be easier to keep things in sync using that from now on.
cargo-make on CI is still driven by CARGO_MAKE_TOOLCHAIN env var set in ci.yml. So in order to simulate CI on a local machine one needs to set this env var. I guess removing the env var might be enough for cargo-make to follow the rust-toolchain.toml.
Set the Rust toolchain version via
rust-toolchain.toml
and use it in 'cargo make`.See details at https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
The text was updated successfully, but these errors were encountered: