Skip to content

Bump zaino-proto 0.1.3 → 0.1.4 for crates.io publish chain#1365

Merged
nachog00 merged 1 commit into
stablefrom
hotfix/bump-zaino-proto-for-publish
Jul 3, 2026
Merged

Bump zaino-proto 0.1.3 → 0.1.4 for crates.io publish chain#1365
nachog00 merged 1 commit into
stablefrom
hotfix/bump-zaino-proto-for-publish

Conversation

@nachog00

@nachog00 nachog00 commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps zaino-proto from 0.1.3 to 0.1.4 — no code changes, only the version number.
  • The published zaino-proto 0.1.3 on crates.io carries zebra-state = "8.0.0" behind its default heavy feature. When cargo publish -p zaino-state verifies the tarball, it resolves zaino-proto from crates.io — pulling zebra-state 8.0.0 alongside zaino-state's own zebra-state ^9.0, causing a type conflict. Publishing zaino-proto 0.1.4 (with the workspace-resolved zebra-state ^9.0) first unblocks the rest of the publish chain.

Publish order (after merge)

  1. zaino-proto 0.1.4 — dry-run verified
  2. zaino-state 0.4.1
  3. zaino-serve 0.4.0
  4. zainod 0.5.1

Follows #1364 (drop unreleased zebra git patch).

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.
@nachog00 nachog00 merged commit 8854992 into stable Jul 3, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant