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 8c8b224 commit cc951d3Copy full SHA for cc951d3
vfio-ioctls/Cargo.toml
@@ -24,8 +24,8 @@ mshv = ["mshv-ioctls", "mshv-bindings"]
24
byteorder = "1.2.1"
25
libc = "0.2.39"
26
log = "0.4"
27
-kvm-bindings = { version = "0.10.0", optional = true }
28
-kvm-ioctls = { version = "0.19.0", optional = true }
+kvm-bindings = { version = "0.12.0", optional = true }
+kvm-ioctls = { version = "0.22.0", optional = true }
29
thiserror = { workspace = true }
30
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
31
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
0 commit comments