chore: bump msb_krun crates from 0.1.10 to 0.1.11#52
Merged
Conversation
Bump all msb_krun_* workspace crates and their internal path-dependency version refs from 0.1.10 to 0.1.11, and refresh both lockfiles. The libkrun C-API crate (1.17.3) and the rust_vm example are unchanged. Changes since 0.1.10: - feat(krun): expand DiskBuilder with id, cache, direct_io, sync (#51) - msb_krun_cpuid: fix compilation on Rust 1.93 by wrapping CPUID calls in unsafe blocks (#50)
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
Bumps every
msb_krun_*workspace crate from 0.1.10 to 0.1.11 (and refreshes the lockfiles) so the recent DiskBuilder additions and the Rust 1.93 cpuid fix can be published.Description
Patch bump across all 15
msb_krun_*crates plus their internal path-dependencyversionrefs. The C-APIlibkruncrate (1.17.3) and therust_vmexample are intentionally untouched.Changes since 0.1.10
feat(krun): expandDiskBuilderwithid,cache,direct_io,sync(feat(krun): expand DiskBuilder with id, cache, direct_io, sync #51) — adds per-disk knobs and propagates the caller-supplied id into the virtio-blkdisk_image_id.msb_krun_cpuid: fix compilation on Rust 1.93 by wrapping CPUID calls in unsafe blocks (msb_krun_cpuid: fix compilation on Rust 1.93 by wrapping CPUID calls in unsafe blocks #50).Files touched
Cargo.lock,examples/Cargo.locksrc/{arch,arch_gen,aws_nitro,cpuid,devices,hvf,kernel,krun,krun_display,krun_input,polly,rutabaga_gfx,smbios,utils,vmm}/Cargo.tomlTest Plan
cargo check --workspaceresolves all crates at0.1.11with no version-mismatch errorsgrep -R '"0.1.10"' src/ Cargo.lock examples/Cargo.lockreturns no matchescargo publish --dry-run -p msb_krun(and other leaf crates) succeeds in CIlibkrun(1.17.3) andrust_vmexample versions are unchanged