From a671ba6308bec603a8cfce400dab1e5020ba5cce Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Tue, 25 Feb 2025 11:08:00 +0000 Subject: [PATCH] fix: don't bump the lockfile version --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index da64ff4b..55fa2ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 4 +version = 3 [[package]] name = "addr2line"