Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Rust 很陌生,目前正在阅读官方网站上的 Rust 书。
我现在正在研究 Rustup,我认为它非常酷。
我知道我们可以用 Rustup 管理 rustc 和 cargo 的版本,但是如果我以后想升级 Rustup 的版本怎么办?我怎样才能做到这一点?
从指南中,rustup每次运行时都会检查自身的更新(除了工具链更新)rustup update。您还可以通过运行来专门更新 rustup rustup self update。
rustup
rustup update
rustup self update