From 68afdb22c7e4b0a7baeeba405c8257d9866263ff Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 4 Dec 2024 21:54:40 +0000 Subject: [PATCH] force Cargo.lock version to 3 Signed-off-by: Jason Volk --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d787739e..52110f91 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"