Upgrade to 2021 edition

Signed-off-by: Obei Sideg <obei.sideg@gmail.com>
This commit is contained in:
Obei Sideg 2022-08-27 01:16:54 +03:00 committed by Stefano Garzarella
parent e117afb739
commit 87b0cbfe98
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon"
repository = "https://github.com/rust-vmm/vhost"
edition = "2018"
edition = "2021"
license = "Apache-2.0"
[features]

View file

@ -8,7 +8,7 @@ repository = "https://github.com/rust-vmm/vhost"
documentation = "https://docs.rs/vhost"
readme = "README.md"
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
edition = "2021"
[package.metadata.docs.rs]
all-features = true