From 32d99d0559b5ba1325741248ef3ff404c9905bd6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 Oct 2023 10:56:32 +0100 Subject: [PATCH] Remove Cargo.lock from .gitignore This will allow us to pin the dependencies in CI, avoiding uncontrolled changes from our dependencies causing our workflows to break. Signed-off-by: Ian Jackson --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a9d37c56..eb5a316c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ target -Cargo.lock