vsock: Set edition to 2021

Similar to other crates

Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
This commit is contained in:
Bilal Elmoussaoui 2023-08-23 12:34:55 +02:00 committed by Viresh Kumar
parent 38624410db
commit fad00d3e3c

View File

@ -7,7 +7,7 @@ repository = "https://github.com/rust-vmm/vhost-device"
readme = "README.md"
keywords = ["vhost", "vsock"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
edition = "2021"
[features]
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]