summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 20:57:10 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-07 23:24:28 -0700
commitf214d4066a6b025f4ee66090489444ebb36940f0 (patch)
tree3f852cf8302dc5cf5536b2592feaa26f40aa0949 /resources
parentfa0883075847d839b70ae4666b934e4fd1db9acb (diff)
downloadcrosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar.gz
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar.bz2
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar.lz
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar.xz
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.tar.zst
crosvm-f214d4066a6b025f4ee66090489444ebb36940f0.zip
edition: Update resources 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: I87103777763ab9c00e6053605c5168f43243fc25
Reviewed-on: https://chromium-review.googlesource.com/1520066
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 'resources')
-rw-r--r--resources/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
index 510e9ca..0226b65 100644
--- a/resources/Cargo.toml
+++ b/resources/Cargo.toml
@@ -2,6 +2,7 @@
 name = "resources"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [features]
 wl-dmabuf = ["gpu_buffer"]