rust-toolchain.toml 168 B

12345
  1. [toolchain]
  2. channel = "nightly"
  3. components = ["rustfmt", "rustc", "rust-std", "rust-src", "cargo", "clippy"]
  4. targets = ["x86_64-unknown-linux-gnu"]
  5. profile = "default"