teloxide/rust-toolchain.toml

5 lines
98 B
TOML
Raw Normal View History

2022-01-25 21:07:30 +03:00
[toolchain]
2022-12-28 23:16:00 +04:00
channel = "nightly-2022-12-23"
2022-01-25 21:07:30 +03:00
components = ["rustfmt", "clippy"]
profile = "minimal"