Skip to content

chore: bump msb_krun crates from 0.1.10 to 0.1.11#52

Merged
appcypher merged 1 commit intokrunfrom
appcypher/bump-msb-krun-crates-0.1.11
Apr 26, 2026
Merged

chore: bump msb_krun crates from 0.1.10 to 0.1.11#52
appcypher merged 1 commit intokrunfrom
appcypher/bump-msb-krun-crates-0.1.11

Conversation

@appcypher
Copy link
Copy Markdown
Member

@appcypher appcypher commented Apr 26, 2026

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-dependency version refs. The C-API libkrun crate (1.17.3) and the rust_vm example are intentionally untouched.

Changes since 0.1.10

Files touched

  • Cargo.lock, examples/Cargo.lock
  • src/{arch,arch_gen,aws_nitro,cpuid,devices,hvf,kernel,krun,krun_display,krun_input,polly,rutabaga_gfx,smbios,utils,vmm}/Cargo.toml

Test Plan

  • cargo check --workspace resolves all crates at 0.1.11 with no version-mismatch errors
  • grep -R '"0.1.10"' src/ Cargo.lock examples/Cargo.lock returns no matches
  • cargo publish --dry-run -p msb_krun (and other leaf crates) succeeds in CI
  • Confirm libkrun (1.17.3) and rust_vm example versions are unchanged

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)
@appcypher appcypher merged commit 15489f4 into krun Apr 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant