| 
View
 

Rust

Page history last edited by matthew 4 years, 10 months ago

Rust

 

Example: Updating your Rust installation 

 

rustup update

 

 

Example: Updating Rustup (Rust installer)

 

rustup self update

 

 

Example: Show relevant information regarding the installed Rust version

 

rustup show

 

 

Example: List help topics

 

rustup --help

 

 

Example: Change the Rust profile (Possible values, minimal, default or complete)

 

rustup set profile <VALUE>

 

 

Example: Clean a project to remove the entire target directory

 

cargo clean

 

 

 

 

 

Comments (0)

You don't have permission to comment on this page.