From dfcb6c338202047829f52213e4389e875147c336 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 25 Aug 2023 13:53:12 +0200 Subject: [PATCH] Update nightly version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bfe6c04..9e450fc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-04-11" +channel = "nightly-2023-08-19" components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] targets = ["thumbv6m-none-eabi"] \ No newline at end of file