rust-toolchain.toml 132 B

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