Skip to content

fix: update Cargo.lock for 1.1.0 release#87

Merged
stephenleo merged 1 commit intomainfrom
emojify
Mar 11, 2026
Merged

fix: update Cargo.lock for 1.1.0 release#87
stephenleo merged 1 commit intomainfrom
emojify

Conversation

@stephenleo
Copy link
Copy Markdown
Owner

Summary

  • Regenerated Cargo.lock after the version bump to 1.1.0 in Cargo.toml
  • The stale lock file (still referencing cship 1.0.0) caused cargo publish to fail on CI with "1 files in the working directory contain changes that were not yet committed into git: Cargo.lock"
  • Also updates several transitive deps to their latest compatible versions (assert_cmd, libc, toml, toml_edit, winnow, etc.)

Test plan

  • Verify the release pipeline's Publish to crates.io job succeeds after merge and re-tag

🤖 Generated with Claude Code

Regenerated Cargo.lock after version was bumped to 1.1.0 in Cargo.toml.
The stale lock file (still showing 1.0.0) was causing `cargo publish` to
fail with "uncommitted changes" on the CI release pipeline.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@stephenleo stephenleo merged commit 5dfa2fa into main Mar 11, 2026
2 of 3 checks passed
@stephenleo stephenleo deleted the emojify branch March 11, 2026 13:41
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