aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-09 22:01:59 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-09 22:01:59 +0800
commit5b5b99fccec4db3218a5d83a6e9a27d2514e1d54 (patch)
tree3ac9ad3c6555ce80091927ecb4c113af07b8a47b
parent0499ad46f0e94a78498a11b50d1179a83a21fc66 (diff)
chore: add rust-toolchain.toml for channel 1.95.0
-rw-r--r--rust-toolchain.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..6360c18
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "1.95.0"
+components = ["rustfmt", "clippy"]