From c274a350df499bb9f6e35240169a0c37c5b8d3e9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 16 Dec 2023 15:49:26 -0800 Subject: [PATCH] Fix a release note typo Co-authored-by: Mark Rousskov --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 9554671d53a..ba1824da08c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -121,7 +121,7 @@ tools. - [Optimize `librustc_driver.so` with BOLT.](https://github.com/rust-lang/rust/pull/116352/) - [Enable parallel rustc front end in dev and nightly builds.](https://github.com/rust-lang/rust/pull/117435/) -- [Distribute `rustc-codegen-cratelift` as rustup component on the nightly channel.](https://github.com/rust-lang/rust/pull/81746/) +- [Distribute `rustc-codegen-cranelift` as rustup component on the nightly channel.](https://github.com/rust-lang/rust/pull/81746/) Version 1.74.1 (2023-12-07) ===========================