Преглед на файлове

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