Skip to content

Commit a734aa7

Browse files
mfelscheLicenser
authored andcommitted
Also bump simd-json-derive-int dependency
Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>
1 parent 979c71f commit a734aa7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/draft-new-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
cargo set-version -p simd-json-derive-int --manifest-path=./simd-json-derive-int/Cargo.toml --bump ${{ env.VER }}
4444
cargo set-version -p simd-json-derive --manifest-path=./Cargo.toml --bump ${{ env.VER }}
4545
NEW_VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
46+
# update simd-json-derive-int dependency to bumped version
47+
cargo upgrade --offline --recursive false -p "simd-json-derive-int@$NEW_VERSION"
4648
echo "NEW=$NEW_VERSION" >> $GITHUB_ENV
4749
- name: Create release branch
4850
run: |

0 commit comments

Comments
 (0)