Skip to content

Commit 7fa19fd

Browse files
committed
check if 0.5.1mshv crates work with az linux 2
Signed-off-by: Simon Davies <[email protected]>
1 parent 63c04a4 commit 7fa19fd

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

Cargo.lock

Lines changed: 3 additions & 36 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
@@ -71,8 +71,8 @@ gdbstub_arch = { version = "0.3.1", optional = true }
7171
seccompiler = { version = "0.5.0", optional = true }
7272
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }
7373
kvm-ioctls = { version = "0.22", optional = true }
74-
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
75-
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
74+
mshv-bindings2 = { package="mshv-bindings", version = "0.5.1", optional = true }
75+
mshv-ioctls2 = { package="mshv-ioctls", version = "0.5.1", optional = true}
7676
mshv-bindings3 = { package="mshv-bindings", version = "0.5.1", optional = true }
7777
mshv-ioctls3 = { package="mshv-ioctls", version = "0.5.1", optional = true}
7878

0 commit comments

Comments
 (0)