Skip to content

Commit 02148cc

Browse files
Add 1.72.1 announcement (#1142)
1 parent 69c646d commit 02148cc

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

posts/2023-09-19-Rust-1.72.1.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: "Announcing Rust 1.72.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.72.1. Rust is a
9+
programming language that is empowering everyone to build reliable and
10+
efficient software.
11+
12+
If you have a previous version of Rust installed via rustup, getting Rust
13+
1.72.1 is as easy as:
14+
15+
```
16+
rustup update stable
17+
```
18+
19+
If you don't have it already, you can [get `rustup`][rustup] from the
20+
appropriate page on our website.
21+
22+
[rustup]: https://www.rust-lang.org/install.html
23+
24+
## What's in 1.72.1
25+
26+
1.72.1 resolves a few regressions introduced in 1.72.0:
27+
28+
- [Partially revert codegen change, improving codegen](https://github.com/rust-lang/rust/pull/115236)
29+
- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276)
30+
- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948)
31+
- Resolve some ICEs in the compiler:
32+
- [#115215](https://github.com/rust-lang/rust/pull/115215)
33+
- [#115559](https://github.com/rust-lang/rust/pull/115559)
34+
35+
### Contributors to 1.72.1
36+
37+
Many people came together to create Rust 1.72.1. We couldn't have done it
38+
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.72.1/)

0 commit comments

Comments
 (0)