mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove nightly flag
This commit is contained in:
parent
916fc4eb30
commit
2ceafac27a
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -93,10 +93,10 @@ install-test: install-servers
|
||||||
|
|
||||||
install-style: install-docs
|
install-style: install-docs
|
||||||
pip install -U flake8 flake8-import-order 'flake8-bugbear>=17.3.0'
|
pip install -U flake8 flake8-import-order 'flake8-bugbear>=17.3.0'
|
||||||
which cargo-install-update || cargo +nightly install cargo-update
|
which cargo-install-update || cargo install cargo-update
|
||||||
cargo +nightly install-update -i clippy
|
cargo install-update -i clippy
|
||||||
cargo +nightly install-update -i rustfmt-nightly
|
cargo install-update -i rustfmt-nightly
|
||||||
cargo +nightly install-update -i cargo-update
|
cargo install-update -i cargo-update
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8
|
flake8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue