From d61b9560ec4726df9267cc69f82dce3d8b31bddd Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 28 Oct 2024 23:36:15 -0700 Subject: [PATCH] Update Cargo.toml with new version number Signed-off-by: Muminul Islam --- mshv-bindings/Cargo.toml | 2 +- mshv-ioctls/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mshv-bindings/Cargo.toml b/mshv-bindings/Cargo.toml index 69087157..1d53c146 100644 --- a/mshv-bindings/Cargo.toml +++ b/mshv-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mshv-bindings" -version = "0.3.0" +version = "0.3.1" authors = ["Microsoft Authors"] edition = "2021" license = "Apache-2.0 OR BSD-3-Clause" diff --git a/mshv-ioctls/Cargo.toml b/mshv-ioctls/Cargo.toml index fb29a6f7..e781ff89 100644 --- a/mshv-ioctls/Cargo.toml +++ b/mshv-ioctls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mshv-ioctls" -version = "0.3.0" +version = "0.3.1" authors = ["Microsoft Authors"] edition = "2021" license = "Apache-2.0 OR BSD-3-Clause" @@ -11,6 +11,6 @@ description = "Safe wrappers over MSHV ioctl" [dependencies] libc = ">=0.2.39" -mshv-bindings = {version = "=0.3.0", path = "../mshv-bindings", features = ["fam-wrappers"]} +mshv-bindings = {version = "=0.3.1", path = "../mshv-bindings", features = ["fam-wrappers"]} thiserror = "1.0" vmm-sys-util = ">=0.12.1"