Release v0.5.0

This release aligns its dependencies with rust-vmm's vhost
infrastructure by moving to virtio-queue v0.4.0.

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2022-07-05 10:05:57 +02:00 committed by Sergio Lopez
parent 5dc8b56185
commit 9ff4acb259
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "vhost-user-backend"
version = "0.4.0"
version = "0.5.0"
authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon"