From 027c628b04e56c2f8171b0eb30a50a15060b2b8c Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Wed, 28 May 2025 22:19:18 +0800 Subject: [PATCH] Add rust-toolchain.toml (#105) --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..a5db633 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.82" +components = ["rustfmt", "clippy"]