style(rust): specify stable channel

This commit is contained in:
LGUG2Z 2022-07-27 07:48:01 -07:00
parent 89bd7d2465
commit f8cf70ee1d
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ clean:
fmt:
cargo +nightly fmt
cargo +nightly clippy
cargo +stable clippy
prettier --write README.md
install-komorebic:

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "stable"