Skip to content

Commit ec0d852

Browse files
update vmm-sys-util dependency version
The crate now requires vmm-sys-util to be at least v0.8.0. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 1a24495 commit ec0d852

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
@@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
1111
[dependencies]
1212
libc = ">=0.2.39"
1313
kvm-bindings = { version = ">=0.2.0", features = ["fam-wrappers"] }
14-
vmm-sys-util = ">=0.2.1"
14+
vmm-sys-util = ">=0.8.0"
1515

1616
[dev-dependencies]
1717
byteorder = ">=1.2.1"

0 commit comments

Comments
 (0)