Skip to content

Commit 11ea559

Browse files
anirudhrbrussell-islam
authored andcommitted
vfio-ioctls: upgrade mshv-bindings and mshv-ioctls
Upgrade mshv-bindings and mshv-ioctls to 0.6.0. Signed-off-by: Anirudh Rayabharam <[email protected]>
1 parent 3667c13 commit 11ea559

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

vfio-ioctls/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Upcoming release
2+
3+
### Changed
4+
5+
- [[111]](https://github.com/rust-vmm/vfio/pull/111) vfio-ioctls: upgrade mshv-bindings and mshv-ioctls
6+
17
# [v0.5.0]
28

39
## Changed

vfio-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ thiserror = { workspace = true }
3030
vfio-bindings = { version = "=0.5.0", path = "../vfio-bindings" }
3131
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
3232
vmm-sys-util = { workspace = true }
33-
mshv-bindings = { version = "0.5.0", features = [
33+
mshv-bindings = { version = "0.6.0", features = [
3434
"with-serde",
3535
"fam-wrappers",
3636
], optional = true }
37-
mshv-ioctls = { version = "0.5.0", optional = true }
37+
mshv-ioctls = { version = "0.6.0", optional = true }

0 commit comments

Comments
 (0)