teloxide/rust-toolchain.toml
Maybe Waffle 59fc8709cd Pin tooling in the CI to a specific version
Both Clippy and Rustfmt are pinned to the current latest version (2021-10-19).

A `rust-toolchain.toml` file is also created, so the contributors also
have the same version.
2021-12-19 14:42:19 +03:00

4 lines
98 B
TOML

[toolchain]
channel = "nightly-2021-12-19"
components = ["rustfmt", "clippy"]
profile = "minimal"