rust-toolchain.toml 153 B

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