We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43f99a commit 5b64b9eCopy full SHA for 5b64b9e
rust-toolchain.toml
@@ -1,9 +1,5 @@
1
[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"
+channel = "nightly"
7
8
# Install the `rust-src` component so that `-Zbuild-std` works. This in
9
# addition to the components included in the default profile.
template/rust-toolchain.toml
@@ -1,4 +1,3 @@
-channel = "nightly-2022-09-01"
components = ["rust-src"]
0 commit comments