vhost: release v0.6.0

Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com>
This commit is contained in:
wanglei01 2022-11-22 01:34:03 +08:00 committed by Andreea Florescu
parent 240fc2966c
commit 313de9b61b
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,11 @@
### Deprecated
## [0.6.0]
### Upgraded
- vm-memory from 0.9 to 0.10
- vmm-sys-util from 0.10 to 0.11
## [0.5.0]

View file

@ -1,6 +1,6 @@
[package]
name = "vhost"
version = "0.5.0"
version = "0.6.0"
keywords = ["vhost", "vhost-user", "virtio", "vdpa"]
description = "a pure rust library for vdpa, vhost and vhost-user"
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]