Skip to content

Commit 9f57c1f

Browse files
committed
update kvm-ioctls and kvm-bindings to latest versions
Signed-off-by: Simon Davies <[email protected]>
1 parent 203215b commit 9f57c1f

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
@@ -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)