rustup
Introduction#
rustup manages your rust installation and lets you install different versions, which can be configured and swapped easily.
Setting up
Install the toolchain with
curl https://sh.rustup.rs -sSf | shYou should have the latest stable version of rust already. You can check that by typing
rustc --versionIf you want to update, just run
rustup update