浏览代码

build: add rust-toolchain.toml file

Timothée Delabrouille 4 月之前
父节点
当前提交
e95e95e3e2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      rust-toolchain.toml

+ 4 - 0
rust-toolchain.toml

@@ -0,0 +1,4 @@
+[toolchain]
+channel="1.82.0"
+components = ["rustfmt", "clippy", "rust-analyzer"]
+