From 8400c92aac6c6eaaebcf06741687745eb80c1535 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:52:18 +0000 Subject: [PATCH 1/2] Initial plan From 240f28dea91af351ac68034fddde5dcd3cf46c6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:54:12 +0000 Subject: [PATCH 2/2] Remove beta Rust version from CI matrix to only run stable Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com> --- .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 a4c8bf1c..3c6844c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - rust: [beta, stable] + rust: [stable] steps: - name: Checkout Repository uses: actions/checkout@v4