Skip to content

Commit

Permalink
Update vmm-sys-util and kvm-bindings
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
roypat authored and andreeaflorescu committed Nov 11, 2022
1 parent 6d3ffc8 commit ad3976a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ edition = "2021"

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

[dev-dependencies]
byteorder = "1.2.1"

0 comments on commit ad3976a

Please sign in to comment.