aboutsummaryrefslogtreecommitdiff
path: root/rtic-time
diff options
context:
space:
mode:
authorKarsten Große <karsten.grosse@sympatron.de>2023-11-12 21:47:35 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-11-22 19:36:06 +0000
commit96e7704487a58ea57972f15986b0ca0a64f144c6 (patch)
tree2457824ee0d6777286a22570f6f40b71fe5237d8 /rtic-time
parenta13cb30e887d1ac95c09fd727b487a122fbb0291 (diff)
rtic-time does not need nightly
Diffstat (limited to 'rtic-time')
-rw-r--r--rtic-time/rust-toolchain.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtic-time/rust-toolchain.toml b/rtic-time/rust-toolchain.toml
deleted file mode 100644
index e28b55d..0000000
--- 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" ]