diff --git a/Cargo.toml b/Cargo.toml index f28037f..dfcd7b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,3 @@ [workspace] -members = [ - "mshv-bindings", - "mshv-ioctls", -] +members = ["mshv-bindings", "mshv-ioctls"] resolver = "2" diff --git a/mshv-ioctls/Cargo.toml b/mshv-ioctls/Cargo.toml index 556c30a..99a9299 100644 --- a/mshv-ioctls/Cargo.toml +++ b/mshv-ioctls/Cargo.toml @@ -11,6 +11,8 @@ description = "Safe wrappers over MSHV ioctl" [dependencies] libc = ">=0.2.39" -mshv-bindings = {version = "=0.3.2", 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"