specify the rust toolchain

This commit is contained in:
Tamo 2024-06-19 10:57:19 +02:00
parent d75e0098c7
commit ab6cac2321

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "1.78.0"
components = ["clippy"]