Update rust-toolchain (#324)

This commit is contained in:
Yota Toyama
2024-01-11 18:05:30 +08:00
committed by GitHub
parent 8357eb7f31
commit fb16718911
2 changed files with 3 additions and 1 deletions

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt", "rust-analyzer", "rust-src"]