From a7d4ea6dd0646c2ed3f066e91d3d8b2ca62b5bad Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 12 Mar 2019 20:57:36 -0700 Subject: edition: Update msg_socket 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: I6d541d6d51498612c82072c64cb78eefcb2abb8c Reviewed-on: https://chromium-review.googlesource.com/1519700 Commit-Ready: David Tolnay Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: David Tolnay --- msg_socket/Cargo.toml | 1 + msg_socket/msg_on_socket_derive/Cargo.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'msg_socket') diff --git a/msg_socket/Cargo.toml b/msg_socket/Cargo.toml index 0ce17b6..da95b85 100644 --- a/msg_socket/Cargo.toml +++ b/msg_socket/Cargo.toml @@ -2,6 +2,7 @@ name = "msg_socket" version = "0.1.0" authors = ["The Chromium OS Authors"] +edition = "2018" [dependencies] msg_on_socket_derive = { path = "msg_on_socket_derive" } diff --git a/msg_socket/msg_on_socket_derive/Cargo.toml b/msg_socket/msg_on_socket_derive/Cargo.toml index f8b7e8a..08d581a 100644 --- a/msg_socket/msg_on_socket_derive/Cargo.toml +++ b/msg_socket/msg_on_socket_derive/Cargo.toml @@ -2,6 +2,7 @@ name = "msg_on_socket_derive" version = "0.1.0" authors = ["The Chromium OS Authors"] +edition = "2018" [dependencies] syn = "=0.15" -- cgit 1.4.1