From f25c729d2858b9f367bb5c52d84540f7b267c05b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 19 Dec 2024 16:51:58 +0100 Subject: [PATCH] update nightly. --- rust-toolchain-nightly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml index d0c92e655..6efd98956 100644 --- a/rust-toolchain-nightly.toml +++ b/rust-toolchain-nightly.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-11-04" +channel = "nightly-2024-12-10" components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] targets = [ "thumbv7em-none-eabi",