rust-toolchain.toml 132 B

1234567
  1. [toolchain]
  2. channel = "nightly-2024-04-30" # rustc 1.80-nightly
  3. profile = "default"
  4. components = [
  5. "rust-src",
  6. "rustfmt",
  7. ]