Use stable rustfmt instead of nightly (#967)

This commit is contained in:
Casey Rodarmor
2021-09-16 16:44:40 +03:00
committed by GitHub
parent ca2b596c90
commit 629c75ff04
55 changed files with 537 additions and 523 deletions

View File

@@ -31,7 +31,7 @@ build:
cargo lbuild
fmt:
cargo +nightly fmt --all
cargo fmt --all
watch +COMMAND='ltest':
cargo watch --clear --exec "{{COMMAND}}"
@@ -94,7 +94,6 @@ install:
install-dev-deps:
rustup install nightly
rustup update nightly
rustup run nightly cargo install clippy
cargo +nightly install cargo-fuzz
cargo install cargo-check
cargo install cargo-limit