From ff52cd0cb2dd483cb5fb908eb79fe1f5ae3a74d8 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Fri, 5 Dec 2025 19:30:47 -0500 Subject: [PATCH] fix: update CI Rust version matrix to 1.82-1.83 to support Edition 2024 dependencies and resolve base64ct manifest 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 f0023ee..46c381a 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.78, 1.79] + rust: [stable, 1.82, 1.83] target: [x86_64-unknown-linux-gnu] steps: