




















The rustup working group is happy to announce the release of rustup version 1.22.0. Rustup is the recommended tool to install Rust, a programming language that is empowering everyone to build reliable and efficient software.
If you have a previous version of rustup installed, getting rustup 1.22.0 is as easy as closing your IDE and running:
rustup self update
Rustup will also automatically update itself at the end of a normal toolchain update:
rustup update
If you don't have it already, you can get rustup from the appropriate page on our website.
This release is mostly related to internal rework and tweaks in UI messages. It is effectively a quality-of-life update which includes things such as:
nightly for missing-component reasons we now tell you all the missing componentsrustup showriscv64gc-unknown-linux-gnu version of rustupdefault profile, but add the IDE support all in one go, you can now runrustup toolchain install --profile default --component rls,rust-analysis,rust-src nightlyThere are many more changes in 1.22.0, with around 90 PRs, though a large number of them are internal changes which you can look at in Github if you want, and you can see a little more detail than the above in our changelog.
Thanks to all the contributors who made rustup 1.22.0 possible!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。