From bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83 Mon Sep 17 00:00:00 2001 From: memdmp Date: Fri, 24 Jan 2025 21:35:55 +0100 Subject: feat: initial it works --- 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..30c6884 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["rust-src"] +targets = ["riscv32imc-unknown-none-elf"] -- cgit v1.2.3