Skip to content

Commit ef2331b

Browse files
committed
fix: update cargo lock after version bump
1 parent 566b4a8 commit ef2331b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
echo "Version $CURRENT_VERSION is new, will publish as-is"
9696
fi
9797
98+
- name: Update Cargo.lock after version bump
99+
if: steps.version-check.outputs.version_bumped == 'true'
100+
run: cargo update --workspace
101+
98102
- name: Commit version bump
99103
if: steps.version-check.outputs.version_bumped == 'true'
100104
run: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)