Skip to content

Commit d699823

Browse files
RuoqingHeroypat
authored andcommitted
vmm-sys-util: Widen range to "v0.14 ~ v0.15"
The kvm crates does not use anything from vmm-sys-util v0.15, widen the range to be compatible with other crates. Signed-off-by: Ruoqing He <[email protected]>
1 parent 538ae4f commit d699823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ members = [
88
]
99

1010
[workspace.dependencies]
11-
vmm-sys-util = "0.14.0"
11+
vmm-sys-util = ">=0.14, <=0.15"

0 commit comments

Comments
 (0)