Skip to content

Commit a4e773c

Browse files
Rust 1.44.1 post
1 parent bdf1be3 commit a4e773c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

posts/2020-06-18-Rust.1.44.1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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/)

0 commit comments

Comments
 (0)