Rust Toolchain - Control Rust Versions with Rustup | Online Free DevTools by Hexmos
Control Rust versions easily with Rustup Toolchain Manager. Set default Rust version and manage multiple toolchains with ease. Free online tool, no registration required.
rustup-default
Set the default Rust toolchain. More information: https://rust-lang.github.io/rustup.
- Switch the default Rust toolchain (see
rustup help toolchainfor more information):
rustup default {{toolchain}}
