From 02994cdf76caa92b724475180faadc3b77e0a08f Mon Sep 17 00:00:00 2001 From: pmnxis Date: Thu, 12 Sep 2024 00:21:53 +0900 Subject: [PATCH] Tiding on latest working nightly rustc 2024-06-12. Current rust embedded eco system has problem since rustc nightly 2024-06-13. This would be related with this report https://github.com/embassy-rs/static-cell/issues/16 Checked some of rust embedded project pass compile on 2024-06-12 include this repo. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e28b55d..3496baa 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-06-12" components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]