snippetbashTip
rustup update — Update Rust toolchains and `rustup` itself (if not installed using a package manager). More informat
Viewed 0 times
commandrustrustup updateupdateandtoolchainsclirustup
Problem
How to use the
rustup update command: Update Rust toolchains and rustup itself (if not installed using a package manager). More information: <https://rust-lang.github.io/rustup/>.Solution
rustup update — Update Rust toolchains and rustup itself (if not installed using a package manager). More information: <https://rust-lang.github.io/rustup/>.Update all installed toolchains and
rustup:rustup updateInstall or update a specific toolchain (see
rustup help toolchain for more information):rustup update {{toolchain}}Code Snippets
Update all installed toolchains and `rustup`
rustup updateInstall or update a specific toolchain (see `rustup help toolchain` for more information)
rustup update {{toolchain}}Context
tldr-pages: common/rustup update
Revisions (0)
No revisions yet.