From bc1ca88eeb230e9d6a78fcf72506c72fa663229d Mon Sep 17 00:00:00 2001 From: dstric-aqueduct <96876452+dstric-aqueduct@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:08:58 -0500 Subject: [PATCH] Update rust-toolchain.toml update nightly version required to 2023-12-05 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4f27a68..b663e73 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,7 +1,7 @@ # Before upgrading check that everything is available on all tier1 targets here: # https://rust-lang.github.io/rustup-components-history [toolchain] -channel = "nightly-2023-06-28" +channel = "nightly-2023-12-05" components = ["rust-src", "rustfmt", "llvm-tools-preview"] targets = [ "thumbv7em-none-eabihf",