From 95b100cf6b7afdfedd3dc66e827c1cbe0a123f8a Mon Sep 17 00:00:00 2001 From: floor-licker Date: Fri, 5 Dec 2025 19:27:23 -0500 Subject: [PATCH] fix: update CI Rust version matrix from 1.75-1.76 to 1.78-1.79 to support Cargo.lock version 4 format and resolve lock file parsing errors --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cfb712..f0023ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable, 1.75, 1.76] + rust: [stable, 1.78, 1.79] target: [x86_64-unknown-linux-gnu] steps: