Skip to content

Commit 2036bed

Browse files
Update rust-toolchain.toml section in BUILDING.md
1 parent 9237d5b commit 2036bed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ outside of the `uefi-rs` repo.
2626
```toml
2727
[toolchain]
2828
channel = "nightly"
29-
components = ["rust-src"]
29+
30+
# Install the x86_64 UEFI target; aarch64 and i686 are also available.
31+
targets = ["x86_64-unknown-uefi"]
3032
```
3133

3234
- Build the crate:

0 commit comments

Comments
 (0)