Explorar o código

build: add rust-toolchain.toml file

Timothée Delabrouille hai 4 meses
pai
achega
e95e95e3e2
Modificáronse 1 ficheiros con 4 adicións e 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"]
+