File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# [ v0.5.0]
2
8
3
9
## Changed
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ thiserror = { workspace = true }
30
30
vfio-bindings = { version = " =0.5.0" , path = " ../vfio-bindings" }
31
31
vm-memory = { version = " 0.16.0" , features = [" backend-mmap" ] }
32
32
vmm-sys-util = { workspace = true }
33
- mshv-bindings = { version = " 0.5 .0" , features = [
33
+ mshv-bindings = { version = " 0.6 .0" , features = [
34
34
" with-serde" ,
35
35
" fam-wrappers" ,
36
36
], optional = true }
37
- mshv-ioctls = { version = " 0.5 .0" , optional = true }
37
+ mshv-ioctls = { version = " 0.6 .0" , optional = true }
You can’t perform that action at this time.
0 commit comments