mirror of https://github.com/CrimsonTome/tldr.git
9 lines
231 B
Markdown
9 lines
231 B
Markdown
|
# rustup default
|
||
|
|
||
|
> Set the default Rust toolchain.
|
||
|
> More information: <https://rust-lang.github.io/rustup>.
|
||
|
|
||
|
- Switch the default Rust toolchain (see `rustup help toolchain` for more information):
|
||
|
|
||
|
`rustup default {{toolchain}}`
|