rust-toolchain.toml 134 B

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