rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Update dependencies and switch to caret versions #84

Closed slp closed 2 years ago

slp commented 2 years ago

Update libc, log, vhost, virtio-queue and vm-memory dependencies. Also, take this opportunity to specify the dependencies with caret versions.

Switching to a newer vhost required some small changes to accommodate the fact that VhostUserError::InvalidOperation now requires an argument.

Signed-off-by: Sergio Lopez slp@redhat.com

rbradford commented 2 years ago

@slp @stefano-garzarella Would you be so kind to spin a release at some point soon. I think that this is the last crate depending on vm-memory 0.8

slp commented 1 year ago

@rbradford Done!