LinuxCommandLibrary

rustup-update

Update installed Rust toolchains

TLDR

Update all toolchains

$ rustup update
copy
Update specific toolchain
$ rustup update stable
copy
Update nightly
$ rustup update nightly
copy

SYNOPSIS

rustup update [toolchain...]

DESCRIPTION

rustup update updates installed Rust toolchains to latest versions. Without arguments, updates all installed toolchains. Also updates rustup itself by default.

PARAMETERS

--no-self-update

Don't update rustup.
--force
Force reinstall.
--force-non-host
Force update non-host toolchains.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community