fix: update CI Rust version matrix to 1.82-1.83 to support Edition 2024 dependencies and resolve base64ct manifest parsing errors

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