]> Untitled Git - lemmy.git/commitdiff
Adding cargo outdated to clean script.
authorDessalines <tyhou13@gmx.com>
Sat, 4 Jan 2020 04:39:31 +0000 (23:39 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 4 Jan 2020 04:39:31 +0000 (23:39 -0500)
server/clean.sh

index c9017a304de9c22631cc51d0d67733ef679f306e..3666a72991601fa64efcd7815ed0fda6b7672d61 100755 (executable)
@@ -4,3 +4,4 @@ cargo update
 cargo fmt
 cargo check
 cargo clippy
+cargo outdated -R