From 813b053b5f519378fcd505374c664a971c55e1da Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 3 Jan 2020 23:39:31 -0500 Subject: [PATCH] Adding cargo outdated to clean script. --- server/clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/server/clean.sh b/server/clean.sh index c9017a30..3666a729 100755 --- a/server/clean.sh +++ b/server/clean.sh @@ -4,3 +4,4 @@ cargo update cargo fmt cargo check cargo clippy +cargo outdated -R