Skip to content

Commit a70e138

Browse files
authored
Rollup merge of rust-lang#109192 - lukas-code:uefi-relnotes, r=joshtriplett
Mention UEFI target promotion in release notes for 1.67.0 The promotion happened in rust-lang#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
2 parents 570636a + 3f250a9 commit a70e138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,13 @@ Compiler
125125
- [Optimize field ordering by grouping m\*2^n-sized fields with equivalently aligned ones.](https://github.com/rust-lang/rust/pull/102750/)
126126
- [Stabilize native library modifier `verbatim`.](https://github.com/rust-lang/rust/pull/104360/)
127127

128-
Added and removed targets:
128+
Added, updated, and removed targets:
129129

130130
- [Add a tier 3 target for PowerPC on AIX](https://github.com/rust-lang/rust/pull/102293/), `powerpc64-ibm-aix`.
131131
- [Add a tier 3 target for the Sony PlayStation 1](https://github.com/rust-lang/rust/pull/102689/), `mipsel-sony-psx`.
132132
- [Add tier 3 `no_std` targets for the QNX Neutrino RTOS](https://github.com/rust-lang/rust/pull/102701/),
133133
`aarch64-unknown-nto-qnx710` and `x86_64-pc-nto-qnx710`.
134+
- [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`.
134135
- [Remove tier 3 `linuxkernel` targets](https://github.com/rust-lang/rust/pull/104015/) (not used by the actual kernel).
135136

136137
Refer to Rust's [platform support page][platform-support-doc]

0 commit comments

Comments
 (0)