Преглед изворни кода

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