From b177a3e201281c90b4187896b997006a8043a9e2 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 70499bb7..db98c191 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"