diff options
| author | Lukas Markeffsky <@> | 2023-03-15 22:33:10 +0100 |
|---|---|---|
| committer | Lukas Markeffsky <@> | 2023-03-15 22:33:10 +0100 |
| commit | 3f250a9241a365b606b930d3fcc6b30017243503 (patch) | |
| tree | d9083407f433e040b3ab0986ea99e5a4625dcdd8 | |
| parent | ab654863c3d50482f260cf862647f1fe0ff5e010 (diff) | |
| download | rust-3f250a9241a365b606b930d3fcc6b30017243503.tar.gz rust-3f250a9241a365b606b930d3fcc6b30017243503.zip | |
Mention UEFI target promotion in release notes for 1.67.0
| -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] |
