From a4e773cd44025af09262e5ab7c1b96188f4aac15 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 18 Jun 2020 09:07:34 -0400 Subject: [PATCH] Rust 1.44.1 post --- posts/2020-06-18-Rust.1.44.1.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 posts/2020-06-18-Rust.1.44.1.md diff --git a/posts/2020-06-18-Rust.1.44.1.md b/posts/2020-06-18-Rust.1.44.1.md new file mode 100644 index 000000000..9ba089bb7 --- /dev/null +++ b/posts/2020-06-18-Rust.1.44.1.md @@ -0,0 +1,32 @@ +--- +layout: post +title: "Announcing Rust 1.44.1" +author: The Rust Release Team +release: true +--- + +The Rust team has published a new point release of Rust, 1.44.1. +Rust is a programming language that is empowering everyone to build reliable and efficient software. + +If you have a previous version of Rust installed via rustup, getting Rust 1.44.1 is as easy as: + +```console +rustup update stable +``` + +If you don't have it already, you can [get `rustup`][install] from the +appropriate page on our website. + +[install]: https://www.rust-lang.org/install.html + +## What's in Rust 1.44.1 + +Rust 1.44.1 addresses several tool regressions in Cargo, Clippy, and Rustfmt introduced in the 1.44.0 stable +release. You can find more detailed information on the specific regressions in the [release notes]. + +[release notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1441-2020-06-18 + +## Contributors to 1.44.1 + +Many people came together to create Rust 1.44.1. +We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.44.1/)