Skip to content

Commit

Permalink
Update cargo lock files on version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Mar 15, 2021
1 parent c40bd5f commit ff2d116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/increment-cargo-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff2d116

Please sign in to comment.