Explorar el Código

build: add rust-toolchain.toml file

Timothée Delabrouille hace 4 meses
padre
commit
e95e95e3e2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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"]
+