Skip to content

Fix errata in rustup command

Pablo Orduna requested to merge end222/ion:master into master

The Rustup command that is used to switch to the 1.31.0 version of Rust (which is the needed one for compiling ion) is missing the "set" subcommand, needed when using the override command to switch to another version of Rust.

Merge request reports