Upgrade to 2021 edition
Signed-off-by: Obei Sideg <obei.sideg@gmail.com>
This commit is contained in:
parent
e117afb739
commit
87b0cbfe98
2 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue