diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-16 08:57:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 08:57:10 +0100 |
| commit | a70e138ed89fe5464bb372410c8418058783b9cc (patch) | |
| tree | 68b45c26eeb73bb99a9353805ae6f5bd07d3e682 | |
| parent | 570636a586ec78256105b629e03a614fbb76e5b1 (diff) | |
| parent | 3f250a9241a365b606b930d3fcc6b30017243503 (diff) | |
| download | rust-a70e138ed89fe5464bb372410c8418058783b9cc.tar.gz rust-a70e138ed89fe5464bb372410c8418058783b9cc.zip | |
Rollup merge of #109192 - lukas-code:uefi-relnotes, r=joshtriplett
Mention UEFI target promotion in release notes for 1.67.0 The promotion happened in https://github.com/rust-lang/rust/pull/103933/, but it was forgotten in the release notes for 1.67.0. See also discussion in https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/UEFI.20targets.20relnotes
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 4e974bbe974..a26dbbfa4f5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -125,12 +125,13 @@ Compiler - [Optimize field ordering by grouping m\*2^n-sized fields with equivalently aligned ones.](https://github.com/rust-lang/rust/pull/102750/) - [Stabilize native library modifier `verbatim`.](https://github.com/rust-lang/rust/pull/104360/) -Added and removed targets: +Added, updated, and removed targets: - [Add a tier 3 target for PowerPC on AIX](https://github.com/rust-lang/rust/pull/102293/), `powerpc64-ibm-aix`. - [Add a tier 3 target for the Sony PlayStation 1](https://github.com/rust-lang/rust/pull/102689/), `mipsel-sony-psx`. - [Add tier 3 `no_std` targets for the QNX Neutrino RTOS](https://github.com/rust-lang/rust/pull/102701/), `aarch64-unknown-nto-qnx710` and `x86_64-pc-nto-qnx710`. +- [Promote UEFI targets to tier 2](https://github.com/rust-lang/rust/pull/103933/), `aarch64-unknown-uefi`, `i686-unknown-uefi`, and `x86_64-unknown-uefi`. - [Remove tier 3 `linuxkernel` targets](https://github.com/rust-lang/rust/pull/104015/) (not used by the actual kernel). Refer to Rust's [platform support page][platform-support-doc] |
