ci: suppress cargo tree output

This commit is contained in:
Trent Nelson
2021-07-16 15:03:57 -06:00
committed by Trent Nelson
parent 96a7cedaca
commit 59cd0556ef
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ for file in "${markdownFiles[@]}"; do
done
# Update cargo lock files
scripts/cargo-for-all-lock-files.sh tree
scripts/cargo-for-all-lock-files.sh tree >/dev/null
echo "$currentVersion -> $newVersion"