mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 00:22:52 +02:00
style(rust): specify stable channel
This commit is contained in:
@@ -6,7 +6,7 @@ clean:
|
|||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
cargo +nightly fmt
|
cargo +nightly fmt
|
||||||
cargo +nightly clippy
|
cargo +stable clippy
|
||||||
prettier --write README.md
|
prettier --write README.md
|
||||||
|
|
||||||
install-komorebic:
|
install-komorebic:
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "stable"
|
||||||
Reference in New Issue
Block a user