summary refs log tree commit diff
path: root/net_util
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-03-12 20:59:00 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-07 16:31:17 -0700
commit0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1 (patch)
treec1184523174e92955579a1c1b07fd85c9e6e02f3 /net_util
parent79e1a26532d160529aa406b0ac5f065a758572a0 (diff)
downloadcrosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar.gz
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar.bz2
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar.lz
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar.xz
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.tar.zst
crosvm-0b902e68d7ac35eeb0c41dba9c4f7a7e86d2ccc1.zip
edition: Update net_sys and net_util 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: Ibb78b8254693a68a55780ebea3e895c146a14119
Reviewed-on: https://chromium-review.googlesource.com/1519701
Commit-Ready: David Tolnay <dtolnay@chromium.org>
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 'net_util')
-rw-r--r--net_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml
index 1bcf18c..bfa3bc8 100644
--- a/net_util/Cargo.toml
+++ b/net_util/Cargo.toml
@@ -2,6 +2,7 @@
 name = "net_util"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 libc = "*"