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 688c6a7 commit 14888dbCopy full SHA for 14888db
mshv-bindings/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mshv-bindings"
3
-version = "0.3.4"
+version = "0.3.5"
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.3.4", path = "../mshv-bindings", features = [
+mshv-bindings = { version = "=0.3.5", path = "../mshv-bindings", features = [
15
"fam-wrappers",
16
] }
17
thiserror = "2.0"
0 commit comments