summary refs log tree commit diff
path: root/vhost
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 21:04:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 02:51:38 -0700
commitdbff49af8eec2b65a0b626806da843231511432b (patch)
treef83bb156094e54c5a2b4500b91a91fc9bd8131aa /vhost
parentfdac5ede468e0fddfe527d6108430ee932b02fc3 (diff)
downloadcrosvm-dbff49af8eec2b65a0b626806da843231511432b.tar
crosvm-dbff49af8eec2b65a0b626806da843231511432b.tar.gz
crosvm-dbff49af8eec2b65a0b626806da843231511432b.tar.bz2
crosvm-dbff49af8eec2b65a0b626806da843231511432b.tar.lz
crosvm-dbff49af8eec2b65a0b626806da843231511432b.tar.xz
crosvm-dbff49af8eec2b65a0b626806da843231511432b.tar.zst
crosvm-dbff49af8eec2b65a0b626806da843231511432b.zip
edition: Update vhost crate to 2018 edition
Separated out of CL:1513058 to make it possible to land parts
individually while the affected crate has no other significant CLs
pending. This avoids repeatedly introducing non-textual conflicts with
new code that adds `use` statements.

TEST=cargo check
TEST=cargo check --all-features
TEST=cargo check --target aarch64-unknown-linux-gnu

Change-Id: Id6ffa0d96f6486ddb04c961138e91391a0f034e3
Reviewed-on: https://chromium-review.googlesource.com/1520072
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: David Tolnay <dtolnay@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: David Tolnay <dtolnay@chromium.org>
Diffstat (limited to 'vhost')
-rw-r--r--vhost/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vhost/Cargo.toml b/vhost/Cargo.toml
index 4c15ad6..21ebe50 100644
--- a/vhost/Cargo.toml
+++ b/vhost/Cargo.toml
@@ -2,6 +2,7 @@
 name = "vhost"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 libc = "*"