Skip to content

Commit c30d948

Browse files
1.44.0 release post
1 parent 9b452f9 commit c30d948

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

posts/2020-06-04-Rust-1.44.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: "Announcing Rust 1.44.0"
4+
author: The Rust Core Team
5+
release: true
6+
---
7+
8+
The Rust team has published a new version of Rust, 1.44.0. Rust is a programming language that is empowering everyone to build reliable and efficient software.
9+
10+
This is a shorter blog post than usual: in acknowledgement that taking a stand against the police brutality currently happening in the US and the world at large is more important than sharing tech knowledge, we decided to significantly scale back the amount of promotion we're doing for this release.
11+
12+
The Rust Core Team believes that tech is and always will be political, and we encourage everyone take the time today to learn about racial inequality and [support the Black Lives Matter movement.](https://blacklivesmatters.carrd.co/)
13+
14+
[notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1440-2020-06-04
15+
16+
## What's in 1.44.0 stable
17+
18+
Rust 1.44 is a small release, with [`cargo tree` integrated in Cargo itself][cargotree] and [support for `async`/`await` in `no_std` contexts][asyncawaitnostd] as its highlights. You can learn more about all the changes in this release by [reading the release notes][notes].
19+
20+
[cargotree]: https://github.com/rust-lang/cargo/pull/8062/
21+
[asyncawaitnostd]: https://github.com/rust-lang/rust/pull/69033/
22+
23+
## Contributors to 1.44.0
24+
25+
Many people came together to create Rust 1.44.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.44.0/)

0 commit comments

Comments
 (0)