types/rust-toolchain.toml
2023-11-08 18:03:26 +01:00

4 lines
158 B
TOML

[toolchain]
# Keep in sync with version in `xtask/src/ci.rs` and `.github/workflows/ci.yml`
channel = "nightly-2023-11-08"
components = ["rustfmt", "clippy"]