Skip to content

Commit 1a50989

Browse files
authored
Update kvm-bindings to 0.13 and kvm-ioctls to 0.23 (#661)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 5a5b7e6 commit 1a50989

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)