Skip to content

Commit e6fe869

Browse files
authored
update kvm-ioctls and kvm-bindings to latest versions (#213)
Signed-off-by: Simon Davies <[email protected]>
1 parent 956ea8b commit e6fe869

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ windows-version = "0.1"
7272

7373
[target.'cfg(unix)'.dependencies]
7474
seccompiler = { version = "0.4.0", optional = true }
75-
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true }
76-
kvm-ioctls = { version = "0.19.1", optional = true }
75+
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
76+
kvm-ioctls = { version = "0.20", optional = true }
7777
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7878
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
7979
mshv-bindings3 = { package="mshv-bindings", version = "0.3.2", optional = true }

0 commit comments

Comments
 (0)