rust-toolchain.toml 125 B

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