From 639a8c11522ce227beb53ed96d3f3ffdfa71c8c4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 12 Mar 2019 20:51:23 -0700 Subject: edition: Update kernel_cmdline and kernel_loader 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: I4f6c91c966afc96fad634e355553ab90fc305261 Reviewed-on: https://chromium-review.googlesource.com/1519698 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: David Tolnay --- kernel_loader/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel_loader') diff --git a/kernel_loader/Cargo.toml b/kernel_loader/Cargo.toml index 52aeadb..b49dbad 100644 --- a/kernel_loader/Cargo.toml +++ b/kernel_loader/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "kernel_loader" version = "0.1.0" +edition = "2018" [dependencies] libc = "*" -- cgit 1.4.1