소스 검색

build: add rust-toolchain.toml file

Timothée Delabrouille 6 달 전
부모
커밋
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"]
+