fix(release): regenerate client/src-tauri/Cargo.lock for v0.35.2#6573
Closed
matthewevans wants to merge 1 commit into
Closed
fix(release): regenerate client/src-tauri/Cargo.lock for v0.35.2#6573matthewevans wants to merge 1 commit into
matthewevans wants to merge 1 commit into
Conversation
release: v0.35.2 (21a53d5) bumped client/src-tauri/Cargo.toml to 0.35.2 but left client/src-tauri/Cargo.lock pinning phase-tauri 0.35.1. The Tauri compile check runs `cargo check --locked`, which refuses to update the lock, so the job fails on main, on every merge-group ref, and on every open PR based on the release tip. That job is a `needs:` of the required aggregator (.github/workflows/ci.yml:623-633), so the merge queue ejects everything it builds.
matthewevans
enabled auto-merge
July 23, 2026 22:41
Contributor
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Member
Author
auto-merge was automatically disabled
July 23, 2026 22:43
Pull request was closed
matthewevans
deleted the
ship/fix-release-regenerate-tauri-lockfile-v0-35-2
branch
July 23, 2026 22:43
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.
release: v0.35.2 (21a53d5) bumped client/src-tauri/Cargo.toml to
0.35.2 but left client/src-tauri/Cargo.lock pinning phase-tauri 0.35.1.
The Tauri compile check runs
cargo check --locked, which refuses toupdate the lock, so the job fails on main, on every merge-group ref, and
on every open PR based on the release tip. That job is a
needs:of therequired aggregator (.github/workflows/ci.yml:623-633), so the merge
queue ejects everything it builds.