Announcing Rustup 1.23.0

156 · The Rust Programming Language · Nov. 27, 2020, 3:21 p.m.
Summary
The rustup working group is happy to announce the release of rustup version 1.23.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.23.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 ca...