Parcourir la source

build: add rust-toolchain.toml file

Timothée Delabrouille il y a 4 mois
Parent
commit
e95e95e3e2
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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"]
+