From 42a4e593ceea45debbf634eb884d6106bc584719 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 10 Apr 2023 13:44:08 -0700 Subject: [PATCH] build: update to latest mshv-{bindings, ioctls) Signed-off-by: Muminul Islam --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65175bd35..1089df133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#66531ba242be0b744ee2e4cd602ab0000377bdf7" +source = "git+https://github.com/rust-vmm/mshv?branch=main#c1230f282c2836ba89ee112146bf638343424de8" dependencies = [ "libc", "serde", @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#66531ba242be0b744ee2e4cd602ab0000377bdf7" +source = "git+https://github.com/rust-vmm/mshv?branch=main#c1230f282c2836ba89ee112146bf638343424de8" dependencies = [ "libc", "mshv-bindings",