LinuxCommandLibrary

rustup-check

Check for Rust toolchain updates

TLDR

Check for updates

$ rustup check
copy

SYNOPSIS

rustup check

DESCRIPTION

rustup check displays a comparison of installed and available versions for all Rust toolchains managed by rustup. It shows whether updates are available for each installed toolchain (stable, beta, nightly) without downloading or installing anything, making it useful for quickly checking if a rustup update is needed.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community