Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5ba985c

Browse files
committedSep 24, 2022
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 e178f7c commit 5ba985c

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)
Please sign in to comment.