Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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 toolchain for more information):

rustup default {{toolchain}}

See Also