rust-toolchain.toml 221 B

12345
  1. # Dev/CI toolchain for this repo. Downstream consumers are unaffected; their
  2. # minimum supported Rust is the `rust-version` (1.85) in the crate manifests.
  3. [toolchain]
  4. channel = "stable"
  5. components = ["rustfmt", "clippy"]