Skip to content

Commit f49ef24

Browse files
Add UEFI targets to rust-toolchain.toml
These targets are now available via rustup as of nightly-2022-11-10.
1 parent 5c17014 commit f49ef24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[toolchain]
22
channel = "nightly"
3-
4-
# Install the `rust-src` component so that `-Zbuild-std` works. This in
5-
# addition to the components included in the default profile.
6-
components = ["rust-src"]
3+
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]

0 commit comments

Comments
 (0)