From d6db3a9d32e8347a0cd043caac3ae391170c391b Mon Sep 17 00:00:00 2001 From: Jinank Jain Date: Thu, 19 Oct 2023 02:57:23 +0000 Subject: [PATCH] build: Bump mshv-ioctls from `c5a6050` to `af397ea` Manually bumped the dependency for mshv-ioctl to get the definition of required constants. Signed-off-by: Jinank Jain --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6861ee14..b5b3757c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#c5a60508595dc504da469b89102b8b49e91714a9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#af397ea8514303d3a19d21d33730e867f7415ba9" dependencies = [ "libc", "serde", @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#c5a60508595dc504da469b89102b8b49e91714a9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#af397ea8514303d3a19d21d33730e867f7415ba9" dependencies = [ "libc", "mshv-bindings",