From 4e77be051179b641b5650fde054d79510562aa82 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 17 Sep 2019 15:22:14 +0800 Subject: [PATCH] firmware: add Cargo.lock header that newer cargo wants --- artiq/firmware/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artiq/firmware/Cargo.lock b/artiq/firmware/Cargo.lock index 5f68ddb78..caf0d005f 100644 --- a/artiq/firmware/Cargo.lock +++ b/artiq/firmware/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "alloc_list" version = "0.0.0"