HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rustup check — Check for updates to Rust toolchains and `rustup`. More information: <https://rust-lang.github.io/ru

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrusttoolchainsupdatesclicheckforrustup check

Problem

How to use the rustup check command: Check for updates to Rust toolchains and rustup. More information: <https://rust-lang.github.io/rustup/>.

Solution

rustup check — Check for updates to Rust toolchains and rustup. More information: <https://rust-lang.github.io/rustup/>.

Check for all updates:
rustup check

Code Snippets

Check for all updates

rustup check

Context

tldr-pages: common/rustup check

Revisions (0)

No revisions yet.