Skip to content

Commit 9327cb0

Browse files
simongdaviesludfjig
authored andcommitted
Update kvm-ioctls crate to 0.22 and kvm-bindings crate to 0.12 (#547)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent fd63cf3 commit 9327cb0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ lazy_static = "1.4.0"
6969
gdbstub = { version = "0.7.5", optional = true }
7070
gdbstub_arch = { version = "0.3.1", optional = true }
7171
seccompiler = { version = "0.5.0", optional = true }
72-
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
73-
kvm-ioctls = { version = "0.21", optional = true }
72+
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }
73+
kvm-ioctls = { version = "0.22", optional = true }
7474
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7575
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
7676
mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true }

0 commit comments

Comments
 (0)