From 27985009579e82673dcaf7a6a715fcf50c184863 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 29 Jan 2024 20:56:15 +0100 Subject: Make RTIC 2 work on stable by using `main`'s stack as an allocator --- rtic-monotonics/rust-toolchain.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 rtic-monotonics/rust-toolchain.toml (limited to 'rtic-monotonics/rust-toolchain.toml') diff --git a/rtic-monotonics/rust-toolchain.toml b/rtic-monotonics/rust-toolchain.toml deleted file mode 100644 index e28b55d..0000000 --- a/rtic-monotonics/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" ] -- cgit v1.2.3