From 252c27956875f22c1e5f0a47557ae6dad8a3e93d Mon Sep 17 00:00:00 2001 From: floor-licker Date: Fri, 5 Dec 2025 19:32:44 -0500 Subject: [PATCH] fix: simplify CI to use only stable Rust version to avoid Edition 2024 compatibility issues with dependencies --- .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 46c381a..15a098b 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.82, 1.83] + rust: [stable] target: [x86_64-unknown-linux-gnu] steps: