Skip to content

Commit

Permalink
Switch the toolchain back to latest nightly
Browse files Browse the repository at this point in the history
The bug in nightly Rust that was causing problems for us has been fixed,
so switch back to latest nightly.

Fixes rust-osdev#500
  • Loading branch information
nicholasbishop committed Sep 25, 2022
1 parent c43f99a commit 5b64b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[toolchain]
# Pinned due to https://github.com/rust-osdev/uefi-rs/issues/500.
#
# Compilation started failing 2022-09-02. The previous several builds
# don't have miri available though, so pin to a slightly older version.
channel = "nightly-2022-08-26"
channel = "nightly"

# Install the `rust-src` component so that `-Zbuild-std` works. This in
# addition to the components included in the default profile.
Expand Down
3 changes: 1 addition & 2 deletions template/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[toolchain]
# Pinned due to https://github.com/rust-osdev/uefi-rs/issues/500.
channel = "nightly-2022-09-01"
channel = "nightly"
components = ["rust-src"]

0 comments on commit 5b64b9e

Please sign in to comment.