Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f4140d

Browse files
Switch the toolchain back to latest nightly
The bug in nightly Rust that was causing problems for us has been fixed, so switch back to latest nightly. Fixes #500
1 parent 6cbf9df commit 1f4140d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

‎rust-toolchain.toml‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[toolchain]
2-
# Pinned due to https://github.com/rust-osdev/uefi-rs/issues/500.
3-
#
4-
# Compilation started failing 2022年09月02日. The previous several builds
5-
# don't have miri available though, so pin to a slightly older version.
6-
channel = "nightly-2022年08月26日"
2+
channel = "nightly"
73

84
# Install the `rust-src` component so that `-Zbuild-std` works. This in
95
# addition to the components included in the default profile.

‎template/rust-toolchain.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[toolchain]
2-
# Pinned due to https://github.com/rust-osdev/uefi-rs/issues/500.
3-
channel = "nightly-2022年09月01日"
2+
channel = "nightly"
43
components = ["rust-src"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /