Skip to content

Commit 269bb2e

Browse files
jinankjainrussell-islam
authored andcommitted
mshv: Update Cargo.toml to the latest verison
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
1 parent f728320 commit 269bb2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mshv-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mshv-bindings"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"

mshv-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mshv-ioctls"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"
@@ -11,6 +11,6 @@ description = "Safe wrappers over MSHV ioctl"
1111

1212
[dependencies]
1313
libc = ">=0.2.39"
14-
mshv-bindings = {version = "=0.3.1", path = "../mshv-bindings", features = ["fam-wrappers"]}
14+
mshv-bindings = {version = "=0.3.2", path = "../mshv-bindings", features = ["fam-wrappers"]}
1515
thiserror = "2.0"
1616
vmm-sys-util = ">=0.12.1"

0 commit comments

Comments
 (0)