Skip to content

Commit

Permalink
Rust 1.44.1 post
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 18, 2020
1 parent bdf1be3 commit a4e773c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions posts/2020-06-18-Rust.1.44.1.md
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:/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/)

0 comments on commit a4e773c

Please sign in to comment.