summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-05 21:11:02 +0200
committerandromeda <andromeda@lenovo>2026-04-05 21:11:02 +0200
commit399d59d5e7a01d6d6bd5f8321450f666dc841bef (patch)
tree21f88472b2faa55d127d2fbd4faeb1b4f449de42 /rust-toolchain.toml
init
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml4
1 files changed, 4 insertions, 0 deletions
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"]