Skip to content

Commit

Permalink
mshv: Update Cargo.toml to the latest verison
Browse files Browse the repository at this point in the history
Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
jinankjain authored and russell-islam committed Nov 26, 2024
1 parent f728320 commit 269bb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mshv-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mshv-bindings"
version = "0.3.1"
version = "0.3.2"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mshv-ioctls"
version = "0.3.1"
version = "0.3.2"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
Expand All @@ -11,6 +11,6 @@ description = "Safe wrappers over MSHV ioctl"

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

0 comments on commit 269bb2e

Please sign in to comment.