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

This commit is contained in:
floor-licker
2025-12-05 19:27:23 -05:00
parent 5e4c01a700
commit 95b100cf6b
+1 -1
View File
@@ -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: