From c01a8f3efc26aaca1018a5648277c46a1ad151e4 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 16 Apr 2019 10:05:03 -0700 Subject: [PATCH] Add cargo-generated Cargo.lock comment block Cargo 1.34.0 insists on adding a header comment to Cargo.lock on each invocation to indicate that the file is not meant to be edited by hand. Add the header to our checked-in copy of Cargo.lock so it doesn't continually dirty the working copy. BUG=None TEST=cargo build Change-Id: I2ef10bfd997a9a1f7d4928467daa830d227cf165 Signed-off-by: Daniel Verkamp Reviewed-on: https://chromium-review.googlesource.com/1568829 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: David Tolnay --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index db79114a4b..44fa861a3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aarch64" version = "0.1.0"