File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : " Announcing Rust 1.44.1"
4+ author : The Rust Release Team
5+ release : true
6+ ---
7+
8+ The Rust team has published a new point release of Rust, 1.44.1.
9+ Rust is a programming language that is empowering everyone to build reliable and efficient software.
10+
11+ If you have a previous version of Rust installed via rustup, getting Rust 1.44.1 is as easy as:
12+
13+ ``` console
14+ rustup update stable
15+ ```
16+
17+ If you don't have it already, you can [ get ` rustup ` ] [ install ] from the
18+ appropriate page on our website.
19+
20+ [ install ] : https://www.rust-lang.org/install.html
21+
22+ ## What's in Rust 1.44.1
23+
24+ Rust 1.44.1 addresses several tool regressions in Cargo, Clippy, and Rustfmt introduced in the 1.44.0 stable
25+ release. You can find more detailed information on the specific regressions in the [ release notes] .
26+
27+ [ release notes ] : https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1441-2020-06-18
28+
29+ ## Contributors to 1.44.1
30+
31+ Many people came together to create Rust 1.44.1.
32+ We couldn't have done it without all of you. [ Thanks!] ( https://thanks.rust-lang.org/rust/1.44.1/ )
You can’t perform that action at this time.
0 commit comments