Bump zaino-proto 0.1.3 → 0.1.4 for crates.io publish chain#1365
Merged
Conversation
The published zaino-proto 0.1.3 on crates.io has zebra-state = "8.0.0" behind its `heavy` feature (default-on). When cargo publish verifies zaino-state, it resolves zaino-proto from crates.io — pulling zebra-state 8.0.0 alongside zaino-state's own zebra-state 9.0.1, causing a type conflict. Bumping zaino-proto ensures the published version carries the workspace-resolved zebra-state ^9.0 dep.
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.
Summary
zaino-protofrom 0.1.3 to 0.1.4 — no code changes, only the version number.zaino-proto 0.1.3on crates.io carrieszebra-state = "8.0.0"behind its defaultheavyfeature. Whencargo publish -p zaino-stateverifies the tarball, it resolveszaino-protofrom crates.io — pullingzebra-state 8.0.0alongsidezaino-state's ownzebra-state ^9.0, causing a type conflict. Publishingzaino-proto 0.1.4(with the workspace-resolvedzebra-state ^9.0) first unblocks the rest of the publish chain.Publish order (after merge)
zaino-proto0.1.4 — dry-run verifiedzaino-state0.4.1zaino-serve0.4.0zainod0.5.1Follows #1364 (drop unreleased zebra git patch).