vhost-user-backend: yank v0.16.0 release

This version got yanked because the `gpu_socket` feature introduced
in this release was causing problems
(see [#265](https://github.com/rust-vmm/vhost/issues/265)).
Starting with the next version (v0.16.1), the `gpu_socket`
feature was removed.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
Stefano Garzarella 2024-10-25 14:27:21 +02:00
parent 9f82b5c6c9
commit f107ee8f7a

View file

@ -15,7 +15,12 @@
### Fixed
- [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature.
## v0.16.0
## v0.16.0 - yanked
This version got yanked because the `gpu_socket` feature introduced in this
release was causing problems
(see [#265](https://github.com/rust-vmm/vhost/issues/265)).
Starting with the next version (v0.16.1), the `gpu_socket` feature was removed.
### Added
- [[#241]](https://github.com/rust-vmm/vhost/pull/241) Add shared objects support