diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4894e55a9..bb0480f10 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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. diff --git a/template/rust-toolchain.toml b/template/rust-toolchain.toml index 404eda326..f70d22540 100644 --- a/template/rust-toolchain.toml +++ b/template/rust-toolchain.toml @@ -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"]