소스 검색

fix: remove target in rust-toolchain.toml

Signed-off-by: guttatus <[email protected]>
guttatus 1 개월 전
부모
커밋
72dac4c0a2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"]