Skip to content

Commit 46d3310

Browse files
2 parents 53af649 + 1957ee4 commit 46d3310

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
1212
vm-memory = "0.16.2"
1313
vmm-sys-util = "0.14.0"

vhost-user-backend/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
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

vhost-user-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-user-backend"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
keywords = ["vhost-user", "virtio"]
66
description = "A framework to build vhost-user backend service daemon"

0 commit comments

Comments
 (0)