chore: add rust-toolchain to enforce 1.93

This commit is contained in:
Vukašin Vojinović 2026-05-02 18:35:29 +02:00 committed by Michael Murphy
parent 12e449e050
commit cd729d045b
7 changed files with 9 additions and 6 deletions

3
rust-toolchain.toml Normal file
View file

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