summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 20:58:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 22:30:24 -0700
commit7129a05b91283609c99b9805a7accf9ac42fad89 (patch)
treeffc8eb5b576efbe7b0f29beee98ae67f6e5c256f /arch
parente40a7f32aae84f079e2a1d414ac136a466c39ce7 (diff)
downloadcrosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar.gz
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar.bz2
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar.lz
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar.xz
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.tar.zst
crosvm-7129a05b91283609c99b9805a7accf9ac42fad89.zip
edition: Update arch 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: Ia9d3297d0c8fd4b34cf6dfb203bb7e382a462579
Reviewed-on: https://chromium-review.googlesource.com/1519688
Commit-Ready: David Tolnay <dtolnay@chromium.org>
Tested-by: David Tolnay <dtolnay@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: David Tolnay <dtolnay@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Cargo.toml b/arch/Cargo.toml
index 59d2b17..d41021c 100644
--- a/arch/Cargo.toml
+++ b/arch/Cargo.toml
@@ -2,6 +2,7 @@
 name = "arch"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 byteorder = "*"