teloxide/rust-toolchain.toml

5 lines
98 B
TOML
Raw Normal View History

2022-01-25 21:07:30 +03:00
[toolchain]
2024-06-25 20:19:38 +05:00
channel = "nightly-2024-07-03"
2022-01-25 21:07:30 +03:00
components = ["rustfmt", "clippy"]
profile = "minimal"