Skip to content

Commit

Permalink
fix: Update core to native in bump-version.sh (apache#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Vaughan Jr authored and GitHub Enterprise committed Aug 7, 2024
1 parent d9e0bf9 commit 554523b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ fi
set +x

# Update the lock filefile
cd core
cd native
cargo update

popd

if [ ! -z "$(git status -s core/Cargo.lock)" ]; then
if [ ! -z "$(git status -s native/Cargo.lock)" ]; then
echo
echo "Consider creating a pull request for the Cargo updates"
fi
Expand Down

0 comments on commit 554523b

Please sign in to comment.