rustup-self
Manage the rustup installation itself
TLDR
Update rustup
$ rustup self update
Uninstall rustup$ rustup self uninstall
SYNOPSIS
rustup self command
DESCRIPTION
rustup self manages the rustup installation itself. Update rustup to latest version or completely uninstall Rust and rustup.
PARAMETERS
update
Update rustup itself.uninstall
Remove rustup and all toolchains.upgrade-data
Upgrade internal data.
SEE ALSO
rustup(1), rustup-update(1)

