I am pretty new to Rust and currently reading Rust book on the official website.
I am now looking into Rustup, which I think is very cool.
I get that we can manage the version of rustc and cargo with Rustup, but what if I want to upgrade Rustup's version in the future? How can I do this?
rustup help
... – Petrie