Update cargo lock files on version bump

This commit is contained in:
Michael Vines
2021-03-15 11:28:48 -07:00
committed by Trent Nelson
parent 4bcf976ecd
commit 1d80ba9edf

View File

@ -135,6 +135,9 @@ for file in "${markdownFiles[@]}"; do
)
done
# Update cargo lock files
scripts/cargo-for-all-lock-files.sh tree
echo "$currentVersion -> $newVersion"
exit 0