teloxide/rust-toolchain.toml

5 lines
98 B
TOML
Raw Normal View History

2022-01-25 19:07:30 +01:00
[toolchain]
2022-02-04 20:11:38 +01:00
channel = "nightly-2022-02-02"
2022-01-25 19:07:30 +01:00
components = ["rustfmt", "clippy"]
profile = "minimal"