Skip to content

Commit 6ee4edb

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 1b69165 commit 6ee4edb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

rust-toolchain.toml

+1-5
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

+1-2
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)