mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
403 B
Markdown
13 lines
403 B
Markdown
![]() |
# rustup update
|
||
|
|
||
|
> Rust 툴체인 및 `rustup` 자체를 업데이트(패키지 관리자를 사용하여 설치하지 않은 경우).
|
||
|
> 더 많은 정보: <https://rust-lang.github.io/rustup>.
|
||
|
|
||
|
- 설치된 모든 툴체인 및 `rustup` 업데이트:
|
||
|
|
||
|
`rustup update`
|
||
|
|
||
|
- 특정 툴체인 설치 또는 업데이트 (`rustup help toolchain`에서 자세한 정보 확인):
|
||
|
|
||
|
`rustup update {{툴체인}}`
|