mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 08:01:04 +00:00
vsock: Set edition to 2021
Similar to other crates Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
This commit is contained in:
parent
38624410db
commit
fad00d3e3c
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user