summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-07 06:43:12 +0000
committerbors <bors@rust-lang.org>2023-02-07 06:43:12 +0000
commitd5a82bbd26e1ad8b7401f6a718a9c57c96905483 (patch)
tree38c72258d20c6cb5a74e92012a9a5d157284edcc /RELEASES.md
parentfc594f15669680fa70d255faec3ca3fb507c3405 (diff)
parent2242436183f2a8aacab2706a00c06244aa409220 (diff)
downloadrust-1.67.1.tar.gz
rust-1.67.1.zip
Auto merge of #107743 - cuviper:stable-1.67.1, r=Mark-Simulacrum 1.67.1
Release 1.67.1

- Revert back to LlvmArchiveBuilder on all platforms #107360
- 🚨 fix unsoundness in bootstrap cache code #105624
- Mark uninlined_format_args as pedantic rust-lang/rust-clippy#10265
- Revert "switch to the macos-12-xl builder" #107574

r? `@Mark-Simulacrum`
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index a63d4e8a043..00d0171de6d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,10 @@
+Version 1.67.1 (2023-02-09)
+===========================
+
+- [Fix interoperability with thin archives.](https://github.com/rust-lang/rust/pull/107360)
+- [Fix an internal error in the compiler build process.](https://github.com/rust-lang/rust/pull/105624)
+- [Downgrade `clippy::uninlined_format_args` to pedantic.](https://github.com/rust-lang/rust-clippy/pull/10265)
+
 Version 1.67.0 (2023-01-26)
 ==========================