Skip to content

Commit d67950a

Browse files
RuoqingHeroypat
authored 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]) Co-authored-by: Patrick Roy <[email protected]> Signed-off-by: Ruoqing He <[email protected]>
1 parent b2eaf98 commit d67950a

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
@@ -24,7 +24,7 @@ libc = { version = "0.2.39", optional = true }
2424
arc-swap = { version = "1.0.0", optional = true }
2525
bitflags = { version = "2.4.0", optional = true }
2626
thiserror = "1.0.40"
27-
vmm-sys-util = { version = "0.12.1", optional = true }
27+
vmm-sys-util = { version = ">=0.12.1,<=0.14.0", optional = true }
2828

2929
[target.'cfg(target_family = "windows")'.dependencies.winapi]
3030
version = "0.3"
@@ -33,7 +33,7 @@ features = ["errhandlingapi", "sysinfoapi"]
3333
[dev-dependencies]
3434
criterion = "0.5.0"
3535
matches = "0.1.0"
36-
vmm-sys-util = "0.12.1"
36+
vmm-sys-util = "0.14.0"
3737

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

0 commit comments

Comments
 (0)