chore: bump msb_krun crates from 0.1.11 to 0.1.12#54
Merged
Conversation
bumped all msb_krun_* workspace crates and their internal path-dependency version refs from 0.1.11 to 0.1.12, and refreshed both lockfiles. the libkrun C-API crate (1.17.3) and the example crates are unchanged. changes since 0.1.11: - fix(krun): air-gap guests by default; opt-in TSI inet hijack (#53)
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.11 to 0.1.12 (and refreshes the lockfiles) so the air-gap 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 example crates are intentionally untouched.changes since 0.1.11
fix(krun): air-gap guests by default; opt-in TSI inet hijack (fix(krun): air-gap guests by default; opt-in TSI inet hijack #53)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 build -p msb_krun --features netresolves all crates at0.1.12with no version-mismatch errorsgrep -R '"0.1.11"' src/returns no matcheslibkrun(1.17.3) and example crates unchangedNeed help on this PR? Tag
@codesmithwith what you need.