We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e117afb commit 87b0cbfCopy full SHA for 87b0cbf
crates/vhost-user-backend/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
5
keywords = ["vhost-user", "virtio"]
6
description = "A framework to build vhost-user backend service daemon"
7
repository = "https://github.com/rust-vmm/vhost"
8
-edition = "2018"
+edition = "2021"
9
license = "Apache-2.0"
10
11
[features]
crates/vhost/Cargo.toml
@@ -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"
12
13
[package.metadata.docs.rs]
14
all-features = true
0 commit comments