summary refs log tree commit diff
path: root/vm_control
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 21:05:08 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 02:51:35 -0700
commit4a0fa14059ebd19283359e5dade4050621c09421 (patch)
tree4d10a993bd81b1e8a6c1dfff3690de1b1c0fdaf2 /vm_control
parent63c6e2d35c8e314c2752949bb0a9d52f8dddb138 (diff)
downloadcrosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar.gz
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar.bz2
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar.lz
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar.xz
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.tar.zst
crosvm-4a0fa14059ebd19283359e5dade4050621c09421.zip
edition: Update vm_control 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: Iedc030e90e4c4e11cf69dde711df24caafc0ea4c
Reviewed-on: https://chromium-review.googlesource.com/1520074
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 'vm_control')
-rw-r--r--vm_control/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_control/Cargo.toml b/vm_control/Cargo.toml
index 924389a..439ce2f 100644
--- a/vm_control/Cargo.toml
+++ b/vm_control/Cargo.toml
@@ -2,6 +2,7 @@
 name = "vm_control"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [features]
 sandboxed-libusb = []