forked from rust-lang/blog.rust-lang.org
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdf1be3
commit a4e773c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/) |