Skip to content

Commit ad3976a

Browse files
roypatandreeaflorescu
authored andcommitted
Update vmm-sys-util and kvm-bindings
vmm-sys-util 0.10.0 -> 0.11.0 kvm-bindings 0.5.0 -> 0.6.0 See rust-vmm/community#136 Signed-off-by: Patrick Roy <[email protected]>
1 parent 6d3ffc8 commit ad3976a

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
@@ -11,8 +11,8 @@ edition = "2021"
1111

1212
[dependencies]
1313
libc = "0.2.39"
14-
kvm-bindings = { version = "0.5.0", features = ["fam-wrappers"] }
15-
vmm-sys-util = "0.10.0"
14+
kvm-bindings = { version = "0.6.0", features = ["fam-wrappers"] }
15+
vmm-sys-util = "0.11.0"
1616

1717
[dev-dependencies]
1818
byteorder = "1.2.1"

0 commit comments

Comments
 (0)