2025-03-14 21:59:59 -06:00
|
|
|
# rustup update
|
|
|
|
|
|
|
|
|
|
> Update Rust toolchains and `rustup` itself (if not installed using a package manager).
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://rust-lang.github.io/rustup/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Update all installed toolchains and `rustup`:
|
|
|
|
|
|
|
|
|
|
`rustup update`
|
|
|
|
|
|
|
|
|
|
- Install or update a specific toolchain (see `rustup help toolchain` for more information):
|
|
|
|
|
|
|
|
|
|
`rustup update {{toolchain}}`
|