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 = [
7
7
]
8
8
9
9
[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"
12
12
vm-memory = " 0.16.2"
13
13
vmm-sys-util = " 0.14.0"
Original file line number Diff line number Diff line change 7
7
### Deprecated
8
8
### Fixed
9
9
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
+
10
15
## v0.18.0
11
16
12
17
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vhost-user-backend"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [" The Cloud Hypervisor Authors" ]
5
5
keywords = [" vhost-user" , " virtio" ]
6
6
description = " A framework to build vhost-user backend service daemon"
You can’t perform that action at this time.
0 commit comments