From 399d59d5e7a01d6d6bd5f8321450f666dc841bef Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 5 Apr 2026 21:11:02 +0200 Subject: init --- rust-toolchain.toml | 4 ++++ 1 file changed, 4 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..fc10d6a --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["rust-src"] +targets = ["riscv32imac-unknown-none-elf"] -- cgit v1.3.1