Browse Source

fix: remove target in rust-toolchain.toml

Signed-off-by: guttatus <[email protected]>
guttatus 1 month ago
parent
commit
72dac4c0a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rust-toolchain.toml

+ 2 - 2
rust-toolchain.toml

@@ -1,5 +1,5 @@
 [toolchain]
+profile = "minimal"
 channel = "nightly-2025-02-08"
 components = ["rustfmt", "llvm-tools-preview", "clippy", "rust-src"]
-targets = ["riscv64imac-unknown-none-elf"]
-profile = "minimal"
+# targets = ["riscv64imac-unknown-none-elf"]