We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979c71f commit a734aa7Copy full SHA for a734aa7
1 file changed
.github/workflows/draft-new-release.yaml
@@ -43,6 +43,8 @@ jobs:
43
cargo set-version -p simd-json-derive-int --manifest-path=./simd-json-derive-int/Cargo.toml --bump ${{ env.VER }}
44
cargo set-version -p simd-json-derive --manifest-path=./Cargo.toml --bump ${{ env.VER }}
45
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"
48
echo "NEW=$NEW_VERSION" >> $GITHUB_ENV
49
- name: Create release branch
50
run: |
0 commit comments