mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-11 12:31:14 +01:00
59fc8709cd
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.
4 lines
98 B
TOML
4 lines
98 B
TOML
[toolchain]
|
|
channel = "nightly-2021-12-19"
|
|
components = ["rustfmt", "clippy"]
|
|
profile = "minimal"
|