vhost-user-backend: prepare v0.16.1 release

Remove the gpu-socket feature just introduced, since it doesn't work
well with cargo feature unification.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
Stefano Garzarella 2024-10-25 10:17:37 +02:00
parent c5fb10cec6
commit 4c2526bbe8
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@
### Deprecated
### Fixed
## v0.16.1
### Fixed
- [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature.

View file

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