chore(krun): bump msb_krun crates to 0.1.33 - #125
Merged
Conversation
Bump all 15 msb_krun-family crates and their internal dependency references from 0.1.32 to 0.1.33. Refresh the root, examples and memory-tracking lockfiles without unrelated dependency updates. Prepare the release containing reversible execution and memory generations, generation coordination, guest clock correction and reversible device state. Leave upstream package versions unchanged.
Bring the final merged stack item into the release preparation branch. Keep the release diff limited to version metadata and lockfiles against krun.
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.
TL;DR
Bump all 15
msb_krun*crates from0.1.32to0.1.33to prepare the next release. This PR includes the merged #121–#124 baseline and does not publish crates or create a release tag.Description
libkrunand other non-msb_krun*package versions unchanged.Changelog since 0.1.32
Test Plan
cargo build --allandcargo check --allcargo test --allcargo clippy --all -- -D warningsandcargo clippy -p msb_krun --features blk -- -D warningscargo test -p msb_krun_devices --features blk drained_raw_growth_preserves_data_and_updates_request_boundscargo fmt --all -- --checkandcargo publish --dry-run -p msb_krun_arch_gencargo publish --dry-run -p msb_krun(attempted; requiresmsb_krun_devices0.1.33 and other sibling crates to be published first)Validation ran on macOS ARM64. Local bindgen builds required exposing the installed Command Line Tools
libclang.dylibin the temporary target directory; no repository changes were needed. Cross-platform checks run in CI. Existing live qualification belongs to the merged feature PRs; this version-only change does not claim a new live test run.