ci/check-semver: Fix semver failed step #6535
Open
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The semver-check is failing with the following error:
This is related to the toolchain nightly version 1.80. In rust, 1.81 the
core::error::Error
is stable.After updating the rust-toolchain, parity-publish crate must be updated as well.
The
cargo-semver-checks
dependency ofparity-publish
crate is updated from 0.34 to 0.38.This update enables rustdoc v36 that fixes the following issue:
validating prdocs... checking file changes... checking semver changes... (1/18) building frame-support-HEAD... (2/18) building frame-support-28.0.0... Error: rustdoc format v36 for file /__w/polkadot-sdk/polkadot-sdk/target/doc/frame_support.new is not supported
This PR is pending on a release of parity-publish to version 0.9.0 (fixes already on origin/master)