Adding cargo outdated to clean script.
This commit is contained in:
parent
345cfcaedd
commit
13cd2e82de
1 changed files with 1 additions and 0 deletions
1
server/clean.sh
vendored
1
server/clean.sh
vendored
|
@ -4,3 +4,4 @@ cargo update
|
||||||
cargo fmt
|
cargo fmt
|
||||||
cargo check
|
cargo check
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
cargo outdated -R
|
||||||
|
|
Reference in a new issue