chore(release): v0.3.6 + fix Cargo.lock time conflict (#394 regression) - #402
Merged
Conversation
…time conflict) Bumps the workspace 0.3.5 → 0.3.6 for the v0.3.6 release (pr-diagnostics force-checkout fix #373, kilnd lib extraction #377, enforced merge gate #378). Also fixes a Cargo.lock regression that dependabot #394 (tract-nnef 0.21.10 → 0.21.17) slipped onto main: tract-linalg 0.21.17 requires `time <0.3.42`, but the lock pinned `time 0.3.53` (via kani-verifier → os_info → plist `^0.3.30`). The lock was internally inconsistent — it built `--locked` in some feature sets but failed ANY re-resolution (which the version bump forces). Pinned `time` to 0.3.41 (satisfies both `<0.3.42` and `^0.3.30`); `deranged`/`num-conv` follow. Full workspace build is green again. Trace: SR-36
🔍 Build Diagnostics ReportSummary
🎯 Impact AnalysisIssues in Files You Modified
Cascading Issues (Your Changes Breaking Other Files)
|
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.
Version bump 0.3.5 → 0.3.6 for the v0.3.6 release (SR-25/27/28 verified: pr-diagnostics fix, kilnd lib extraction, enforced merge gate).
Also fixes a main regression: dependabot #394 left the lock internally inconsistent (tract-linalg 0.21.17 needs
time <0.3.42vs pinnedtime 0.3.53) — it builds--lockedbut fails re-resolution. Pinned time to 0.3.41. rivet SR-36.Full workspace build green. This must pass the 8 required gates before merge → then I tag v0.3.6.
🤖 Generated with Claude Code