From 96e7704487a58ea57972f15986b0ca0a64f144c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Gro=C3=9Fe?= Date: Sun, 12 Nov 2023 21:47:35 +0100 Subject: [PATCH] rtic-time does not need nightly --- rtic-time/rust-toolchain.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 rtic-time/rust-toolchain.toml diff --git a/rtic-time/rust-toolchain.toml b/rtic-time/rust-toolchain.toml deleted file mode 100644 index e28b55de64..0000000000 --- a/rtic-time/rust-toolchain.toml +++ /dev/null @@ -1,4 +0,0 @@ -[toolchain] -channel = "nightly" -components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] -targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]