Skip to content

Commit 5b64b9e

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 c43f99a commit 5b64b9e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Diff for: 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.

Diff for: 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)