We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbf9df commit 1f4140dCopy full SHA for 1f4140d
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