Skip to content

Commit f42067c

Browse files
RuoqingHeroypat
andcommitted
build: Specify version range of vmm-sys-util
Specify version range to `version = ">=0.12.1,<=0.14.0"` to prevent spreading a vm-memory major release across rust-vmm. Updates of `vmm-sys-util` 0.14.0 - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](rust-vmm/[email protected]) (cherry picked from commit d67950a) Co-authored-by: Patrick Roy <[email protected]> Signed-off-by: Ruoqing He <[email protected]> Signed-off-by: Babis Chalios <[email protected]>
1 parent de60792 commit f42067c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libc = "0.2.39"
2323
arc-swap = { version = "1.0.0", optional = true }
2424
bitflags = { version = "2.4.0", optional = true }
2525
thiserror = "1.0.40"
26-
vmm-sys-util = { version = "0.12.1", optional = true }
26+
vmm-sys-util = { version = ">=0.12.1,<=0.14.0", optional = true }
2727

2828
[target.'cfg(windows)'.dependencies.winapi]
2929
version = "0.3"
@@ -32,7 +32,7 @@ features = ["errhandlingapi", "sysinfoapi"]
3232
[dev-dependencies]
3333
criterion = "0.5.0"
3434
matches = "0.1.0"
35-
vmm-sys-util = "0.12.1"
35+
vmm-sys-util = "0.14.0"
3636

3737
[[bench]]
3838
name = "main"

0 commit comments

Comments
 (0)