Skip to content

fix: publish lockfile sync + --allow-dirty#10

Merged
brentrager merged 1 commit into
mainfrom
fix-publish-lock
Jun 29, 2026
Merged

fix: publish lockfile sync + --allow-dirty#10
brentrager merged 1 commit into
mainfrom
fix-publish-lock

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

0.2.0 publish failed — committed Cargo.lock was stale (0.1.0) so cargo publish hit a dirty tree. Sync the lock + --allow-dirty.

🤖 Generated with Claude Code

The version bump left the committed Cargo.lock at 0.1.0, so cargo publish
regenerated it and refused on a dirty tree. Sync the lock + add --allow-dirty
(CI always checks out a clean git tree, so the only 'dirt' is cargo's own
lockfile touch on a version bump).
@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e0da04f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager brentrager merged commit ac75df8 into main Jun 29, 2026
2 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