summary refs log tree commit diff
path: root/kvm_sys
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 20:58:43 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 02:51:39 -0700
commit417e3f22c988b155f40ab7b5f89eed5d6dccc85d (patch)
tree18dc2d12d7ab746be09a04bd0e24a2ddaca79eba /kvm_sys
parent14698d98186a10b999665db7b9fb8f7873dac84c (diff)
downloadcrosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar.gz
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar.bz2
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar.lz
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar.xz
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.tar.zst
crosvm-417e3f22c988b155f40ab7b5f89eed5d6dccc85d.zip
edition: Update kvm and kvm_sys crates 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: If4140face2c291862f73a3bc095cbf968a442095
Reviewed-on: https://chromium-review.googlesource.com/1519699
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 'kvm_sys')
-rw-r--r--kvm_sys/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm_sys/Cargo.toml b/kvm_sys/Cargo.toml
index d1dffd6..3f62ead 100644
--- a/kvm_sys/Cargo.toml
+++ b/kvm_sys/Cargo.toml
@@ -2,6 +2,7 @@
 name = "kvm_sys"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 libc = "*"