chore: add rust-toolchain to enforce 1.93

This commit is contained in:
Michael Aaron Murphy 2026-04-30 21:29:06 +02:00 committed by Michael Murphy
parent f8323171e7
commit 7c47cbbb29

3
rust-toolchain.toml Normal file
View file

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