rust-toolchain.toml 125 B

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