ソースを参照

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"]
+