Changes
Page history
Update Rust
authored
Jan 26, 2024
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
Rust.md
View page @
59e80fd5
...
@@ -13,6 +13,16 @@
...
@@ -13,6 +13,16 @@
rustup-init.exe --default-host x86_64-pc-windows-gnu -y
rustup-init.exe --default-host x86_64-pc-windows-gnu -y
```
```
### Update
Rust を最新版にアップデートしたい場合、以下のコマンドを実行する。
rustup update
Rustup を更新したい場合、以下のコマンドを実行する。
rustup self update
## Visual Studio Code
## Visual Studio Code
### Extension
### Extension
...
...
...
...