From 1e1be9b3683c594f955ee1edc1d5d8d9f07fb074 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 23 Jul 2019 12:10:41 -0600 Subject: [PATCH] Update Cargo.lock files Recent versions of the Rust compile tool `cargo` insert a comment at the top of `Cargo.lock` indicating that this file is auto-generated. Commit versions of these files with this comment in, so that users of recent versions of Rust will not have sprious diffs everytime they compile. Older versions of Rust will remove these lines. However, this is less likely to be an issue, as we now depend on at least Rust 1.31 in order to have Rust 2018 support. We recommend using 'rustup' to keep the Rust install up to date. Signed-off-by: David Brown --- ptest/Cargo.lock | 2 ++ sim/Cargo.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ptest/Cargo.lock b/ptest/Cargo.lock index 2783b610..940c8089 100644 --- a/ptest/Cargo.lock +++ b/ptest/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.9" diff --git a/sim/Cargo.lock b/sim/Cargo.lock index 55ffdd60..a51f757d 100644 --- a/sim/Cargo.lock +++ b/sim/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aes-ctr" version = "0.2.0"