We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ec9d9 commit cc6707bCopy full SHA for cc6707b
mshv-bindings/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mshv-bindings"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = ["Microsoft Authors"]
5
edition = "2021"
6
license = "Apache-2.0 OR BSD-3-Clause"
mshv-ioctls/Cargo.toml
name = "mshv-ioctls"
@@ -11,7 +11,7 @@ description = "Safe wrappers over MSHV ioctl"
11
12
[dependencies]
13
libc = ">=0.2.39"
14
-mshv-bindings = { version = "=0.4.0", path = "../mshv-bindings", features = [
+mshv-bindings = { version = "=0.5.0", path = "../mshv-bindings", features = [
15
"fam-wrappers",
16
] }
17
thiserror = "2.0"
0 commit comments