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