Skip to content

Commit 326e9c2

Browse files
committed
Update kvm-bindings to 0.13 and kvm-ioctls to 0.23
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 50c486e commit 326e9c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -70,8 +70,8 @@ lazy_static = "1.4.0"
7070
gdbstub = { version = "0.7.6", optional = true }
7171
gdbstub_arch = { version = "0.3.2", optional = true }
7272
seccompiler = { version = "0.5.0", optional = true }
73-
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }
74-
kvm-ioctls = { version = "0.22", optional = true }
73+
kvm-bindings = { version = "0.13", features = ["fam-wrappers"], optional = true }
74+
kvm-ioctls = { version = "0.23", optional = true }
7575
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7676
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
7777
mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true }

0 commit comments

Comments
 (0)