mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
style(rust): specify stable channel
This commit is contained in:
2
justfile
2
justfile
@@ -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
2
rust-toolchain.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "stable"
|
||||
Reference in New Issue
Block a user