Adding cargo outdated to clean script.

This commit is contained in:
Dessalines 2020-01-03 23:39:31 -05:00
parent 345cfcaedd
commit 13cd2e82de

1
server/clean.sh vendored
View file

@ -4,3 +4,4 @@ cargo update
cargo fmt
cargo check
cargo clippy
cargo outdated -R