We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4e4af commit 94e3935Copy full SHA for 94e3935
RELEASES.md
@@ -1,3 +1,13 @@
1
+Version 1.72.1 (2023-09-14)
2
+===========================
3
+
4
+- [Adjust codegen change to improve LLVM codegen](https://github.com/rust-lang/rust/pull/115236)
5
+- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276)
6
+- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948)
7
+- Resolve some ICE regressions in the compiler:
8
+ - [#115215](https://github.com/rust-lang/rust/pull/115215)
9
+ - [#115559](https://github.com/rust-lang/rust/pull/115559)
10
11
Version 1.72.0 (2023-08-24)
12
==========================
13
src/version
@@ -1 +1 @@
-1.72.0
+1.72.1
0 commit comments