rustup update 명령으로 rust 컴파일러 최신으로 업데이트
rustup update 명령으로 rust 컴파일러를 최신 버전으로 업데이트할 수 있습니다.
- PS C:\Rust> rustc --version
- PS C:\Rust> rustup update
- PS C:\Rust> rustup doc
PS C:\Rust> rustc --version
rustc 1.59.0 (9d1b2106e 2022-02-23)
PS C:\Rust> rustup update
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: checking for self-updates
stable-x86_64-pc-windows-msvc unchanged - rustc 1.59.0 (9d1b2106e 2022-02-23)
info: cleaning up downloads & tmp directories
Comments
Comments are closed