Add rust-toolchain.toml (#105)

This commit is contained in:
Jamjamjon
2025-05-28 22:19:18 +08:00
committed by GitHub
parent 370437b67a
commit 027c628b04

3
rust-toolchain.toml Normal file
View File

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