Upgrade to 2021 edition

Signed-off-by: Obei Sideg <obei.sideg@gmail.com>
This commit is contained in:
Obei Sideg 2022-08-26 18:17:08 +03:00
parent e9245c6302
commit b7e0a7ed89
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ repository = "https://github.com/rust-vmm/vhost-device"
readme = "README.md"
keywords = ["gpio", "vhost", "virt", "backend"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -7,7 +7,7 @@ repository = "https://github.com/rust-vmm/vhost-device"
readme = "README.md"
keywords = ["i2c", "vhost", "virt", "backend"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -7,7 +7,7 @@ repository = "https://github.com/rust-vmm/vhost-device"
readme = "README.md"
keywords = ["rng", "vhost", "virt", "backend"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
edition = "2021"
[dependencies]
clap = { version = ">=3.0", features = ["derive"] }