Browse Source

build: add rust-toolchain.toml file

Timothée Delabrouille 4 tháng trước cách đây
mục cha
commit
e95e95e3e2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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"]
+