Skip to content

Commit 7a8363d

Browse files
committed
mshv: Update Cargo.toml to the latest version
Signed-off-by: Muminul Islam <muislam@microsoft.com>
1 parent fcafcee commit 7a8363d

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.5"
3+
version = "0.4.0"
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.5"
3+
version = "0.4.0"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"
@@ -11,7 +11,7 @@ description = "Safe wrappers over MSHV ioctl"
1111

1212
[dependencies]
1313
libc = ">=0.2.39"
14-
mshv-bindings = { version = "=0.3.5", path = "../mshv-bindings", features = [
14+
mshv-bindings = { version = "=0.4.0", path = "../mshv-bindings", features = [
1515
"fam-wrappers",
1616
] }
1717
thiserror = "2.0"

0 commit comments

Comments
 (0)