Skip to content

Commit

Permalink
TEST: update kvm-ioctls to 0.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Lazarchuk <[email protected]>
  • Loading branch information
ShadowCurse committed Dec 10, 2024
1 parent 95cdade commit b2139b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ event-manager = "0.4.0"
gdbstub = { version = "0.7.3", optional = true }
gdbstub_arch = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.19.0"
kvm-ioctls = "0.19.1"
lazy_static = "1.5.0"
libc = "0.2.167"
linux-loader = "0.13.0"
Expand Down

0 comments on commit b2139b4

Please sign in to comment.