File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .dependencies ]
10- virtio-bindings = " 0.2.1 "
11- virtio-queue = " 0.14 .0"
10+ virtio-bindings = " 0.2.5 "
11+ virtio-queue = " 0.15 .0"
1212vm-memory = " 0.16.2"
1313vmm-sys-util = " 0.14.0"
Original file line number Diff line number Diff line change 77### Deprecated
88### Fixed
99
10+ ## v0.19.0
11+
12+ ### Changed
13+ - [[ 299]] ( https://github.com/rust-vmm/vhost/pull/299 ) Updated virtio-queue to v0.15.0 and virtio-bindings to v0.2.5
14+
1015## v0.18.0
1116
1217### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " vhost-user-backend"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = [" The Cloud Hypervisor Authors" ]
55keywords = [" vhost-user" , " virtio" ]
66description = " A framework to build vhost-user backend service daemon"
You can’t perform that action at this time.
0 commit comments