summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 21:35:55 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 21:35:55 +0100
commitbf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83 (patch)
treeae6209b2731c726fdbd999736476474869c9ee49 /rust-toolchain.toml
downloaddumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.gz
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.bz2
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.lz
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.zip

feat: initial it works

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..30c6884
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "stable"
+components = ["rust-src"]
+targets = ["riscv32imc-unknown-none-elf"]