chore: add a rust-toolchain.toml

This commit is contained in:
JasterV 2025-10-29 10:43:11 +01:00
parent 29b67b0a6a
commit 0c17e65982

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.90"
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]