rust-toolchain.toml 268 B

12345678910111213
  1. [toolchain]
  2. channel = "nightly-2024-11-05"
  3. # The source code of rustc, provided by the rust-src component, is needed for
  4. # building eBPF programs.
  5. components = [
  6. "cargo",
  7. "clippy",
  8. "rust-docs",
  9. "rust-src",
  10. "rust-std",
  11. "rustc",
  12. "rustfmt",
  13. ]