From 59a7306ccafd206cfced1066223b28bc77a3d7bb Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sun, 9 Oct 2022 10:45:34 -0700 Subject: [PATCH] chore: roll nightly to `2022-10-09` (#335) This commit updates Mycelium's pinned nightly version to Rust `nightly-2022-10-09`. Unfortunately, this currently doesn't work, due to linker errors when linking with the bootloader (see rust-osdev/bootloader#271). --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 26d7c626..b07557f5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2022-07-31" +channel = "nightly-2022-10-07" components = [ "clippy", "rustfmt",