fix(release): bump only the Rust workspace version - #142
Merged
Merged
Conversation
bumpp text-replaced 3.0.0 in Cargo.toml and Cargo.lock, which also moved ed25519-dalek, ed25519, and signature to versions that do not exist. Every v3.0.1 native build failed.
Contributor
🤖 MERGED
GitHub merged this pull request. No material findings were recorded. Waiting for Baseline repair f208e4f4f50adcf8cbfc819ef188f2165ab345243efb2b7877047275bb99384f. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
❓ Type of change
📚 Description
Every v3.0.1 native build failed:
bumpp text-replaces the old version in every listed file. In
Cargo.tomlandCargo.lockthat also caughted25519-dalek,ed25519, andsignature, which happened to be at 3.0.0 too. Nothing was published, butmainno longer builds.This restores those three versions. The Cargo files also leave bumpp's
fileslist: anexecutehook now sets only the[workspace.package]version, then runscargo update --workspace. The next release should be 3.0.2, since thev3.0.1tag points at the broken commit.