rust-toolchain.toml 163 B

12345
  1. [toolchain]
  2. channel = "nightly-2024-09-21"
  3. components = ["rustfmt", "llvm-tools-preview", "clippy"]
  4. targets = ["riscv64imac-unknown-none-elf"]
  5. profile = "minimal"