Files
tldr/pages.zh/common/rustup-update.md

12 lines
361 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rustup 更新
> 更新 Rust 工具链和 `rustup` 本身(如果不是通过包管理器安装的)。
> 更多信息:<https://rust-lang.github.io/rustup>。
- 更新所有已安装的工具链和 `rustup`
`rustup update`
- 安装或更新特定工具链(有关更多信息,请参见 `rustup help toolchain`
`rustup update {{toolchain}}`