summary refs log tree commit diff
path: root/assertions
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 21:01:11 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-03-13 21:05:03 -0700
commit2727413c1064eef86056b0f30126622dcbef66e0 (patch)
treeb779399c8bd89171057f41de497b5b285329fc53 /assertions
parentfe3ef7d99892fad804cbc9de8801033fd483f337 (diff)
downloadcrosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar.gz
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar.bz2
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar.lz
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar.xz
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.tar.zst
crosvm-2727413c1064eef86056b0f30126622dcbef66e0.zip
edition: Update assertions 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: I99843b923094e4df7a139f22a30eb19527d11d98
Reviewed-on: https://chromium-review.googlesource.com/1519689
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 'assertions')
-rw-r--r--assertions/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/assertions/Cargo.toml b/assertions/Cargo.toml
index 6d40a52..60b1c5e 100644
--- a/assertions/Cargo.toml
+++ b/assertions/Cargo.toml
@@ -2,6 +2,7 @@
 name = "assertions"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 include = ["src/**/*", "Cargo.toml"]
 
 [workspace]