rust-toolchain.toml 333 B

1234567891011
  1. # Before upgrading check that everything is available on all tier1 targets here:
  2. # https://rust-lang.github.io/rustup-components-history
  3. [toolchain]
  4. channel = "stable"
  5. components = [ "rustfmt" ]
  6. targets = [
  7. "thumbv6m-none-eabi",
  8. "thumbv7em-none-eabihf",
  9. "thumbv8m.main-none-eabihf",
  10. "riscv32imac-unknown-none-elf",
  11. ]