Skip to content

Commit cc951d3

Browse files
jinankjainrussell-islam
authored andcommitted
vfio-ioctls: Upgrade kvm-ioctl & kvm-bindings crates
There has been a new release of both of these crates, thus upgrade it to the latest version. Signed-off-by: Jinank Jain <[email protected]>
1 parent 8c8b224 commit cc951d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vfio-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ mshv = ["mshv-ioctls", "mshv-bindings"]
2424
byteorder = "1.2.1"
2525
libc = "0.2.39"
2626
log = "0.4"
27-
kvm-bindings = { version = "0.10.0", optional = true }
28-
kvm-ioctls = { version = "0.19.0", optional = true }
27+
kvm-bindings = { version = "0.12.0", optional = true }
28+
kvm-ioctls = { version = "0.22.0", optional = true }
2929
thiserror = { workspace = true }
3030
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
3131
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }

0 commit comments

Comments
 (0)