From ace4f10da0bc47206fa3b14b6d776ad62f695cd7 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 22 Sep 2024 09:18:43 -0400 Subject: add rust-toolchain --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..171a005 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly-2024-09-12" +targets = ["thumbv6m-none-eabi"] \ No newline at end of file -- cgit v1.3.1