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.
vmm-sys-util
1 parent de60792 commit f42067cCopy full SHA for f42067c
Cargo.toml
@@ -23,7 +23,7 @@ libc = "0.2.39"
23
arc-swap = { version = "1.0.0", optional = true }
24
bitflags = { version = "2.4.0", optional = true }
25
thiserror = "1.0.40"
26
-vmm-sys-util = { version = "0.12.1", optional = true }
+vmm-sys-util = { version = ">=0.12.1,<=0.14.0", optional = true }
27
28
[target.'cfg(windows)'.dependencies.winapi]
29
version = "0.3"
@@ -32,7 +32,7 @@ features = ["errhandlingapi", "sysinfoapi"]
32
[dev-dependencies]
33
criterion = "0.5.0"
34
matches = "0.1.0"
35
-vmm-sys-util = "0.12.1"
+vmm-sys-util = "0.14.0"
36
37
[[bench]]
38
name = "main"
0 commit comments