Skip to content

chore(cargo): Update stale lock file - #96

Merged
markushi merged 3 commits into
masterfrom
markushi/fix/stale-cargo-lock-file
Jul 28, 2026
Merged

chore(cargo): Update stale lock file#96
markushi merged 3 commits into
masterfrom
markushi/fix/stale-cargo-lock-file

Conversation

@markushi

@markushi markushi commented Jul 28, 2026

Copy link
Copy Markdown
Member

Running cargo build locally revealed a diff within Cargo.lock, as cargo build seems to silently patch the package version, ensuring it matches Cargo.toml.

This PR:

  • Manually updates Cargo.lock package version to "5.10.3", so it matches Cargo.toml.
  • Updates the bump version script to run cargo metadata, so it does the lock file package version bump automatically in future. This mirrors what vroomrs does, and works when run by craft (cargo update --offline would have failed on a cold cargo cache).

@markushi
markushi requested review from a team and romtsn as code owners July 28, 2026 08:39
Comment thread scripts/bump-version.sh Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 6292b77. Configure here.

Comment thread scripts/bump-version.sh Outdated
Comment thread scripts/bump-version.sh
@markushi
markushi merged commit a987ad4 into master Jul 28, 2026
14 checks passed
@markushi
markushi deleted the markushi/fix/stale-cargo-lock-file branch July 28, 2026 12:14
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.

2 participants