Skip to content

Commit 87b0cbf

Browse files
obeisstefano-garzarella
authored andcommitted
Upgrade to 2021 edition
Signed-off-by: Obei Sideg <[email protected]>
1 parent e117afb commit 87b0cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/vhost-user-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
55
keywords = ["vhost-user", "virtio"]
66
description = "A framework to build vhost-user backend service daemon"
77
repository = "https://github.com/rust-vmm/vhost"
8-
edition = "2018"
8+
edition = "2021"
99
license = "Apache-2.0"
1010

1111
[features]

crates/vhost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/rust-vmm/vhost"
88
documentation = "https://docs.rs/vhost"
99
readme = "README.md"
1010
license = "Apache-2.0 OR BSD-3-Clause"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
[package.metadata.docs.rs]
1414
all-features = true

0 commit comments

Comments
 (0)