rust-toolchain.toml 111 B

1234567
  1. [toolchain]
  2. channel = "nightly-2023-06-22"
  3. profile = "default"
  4. components = [
  5. "rust-src",
  6. "rustfmt",
  7. ]