Skip to content
Snippets Groups Projects
Unverified Commit 61518e0f authored by Iulian Barbu's avatar Iulian Barbu Committed by GitHub
Browse files

Update parity-publish to 0.10.3 (#6854)


# Description

Upgrades parity-publish with fixes for `Error: no dep` and panic
triggered when running `plan` and there is a new unpublished member
crate introduced in the workspace.

## Integration

N/A

## Review Notes

Context:
https://github.com/paritytech/polkadot-sdk/pull/6450#issuecomment-2537108971

Signed-off-by: default avatarIulian Barbu <iulian.barbu@parity.io>
parent f0b5c3e6
Branches
No related merge requests found
Pipeline #509205 waiting for manual action with stages
in 28 minutes and 52 seconds
......@@ -74,7 +74,7 @@ jobs:
- name: install parity-publish
# Set the target dir to cache the build.
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.2 --locked -q
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.3 --locked -q
- name: check semver
run: |
......
......@@ -31,7 +31,7 @@ jobs:
cache-on-failure: true
- name: install parity-publish
run: cargo install parity-publish@0.10.2 --locked -q
run: cargo install parity-publish@0.10.3 --locked -q
- name: parity-publish update plan
run: parity-publish --color always plan --skip-check --prdoc prdoc/
......
......@@ -24,7 +24,7 @@ jobs:
cache-on-failure: true
- name: install parity-publish
run: cargo install parity-publish@0.10.2 --locked -q
run: cargo install parity-publish@0.10.3 --locked -q
- name: parity-publish check
run: parity-publish --color always check --allow-unpublished
......@@ -18,7 +18,7 @@ jobs:
cache-on-failure: true
- name: install parity-publish
run: cargo install parity-publish@0.10.2 --locked -q
run: cargo install parity-publish@0.10.3 --locked -q
- name: parity-publish claim
env:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment