fix: simplify CI to use only stable Rust version to avoid Edition 2024 compatibility issues with dependencies

This commit is contained in:
floor-licker
2025-12-05 19:32:44 -05:00
parent ff52cd0cb2
commit 252c279568
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, 1.82, 1.83]
rust: [stable]
target: [x86_64-unknown-linux-gnu]
steps: