From 9101eb70909accf40f86f579a8a45d44291bcaa6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:21:27 +0000 Subject: [PATCH 1/2] Initial plan From f706cfa148ae563ecad83d5a37e32cbaae2c9e9a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:24:06 +0000 Subject: [PATCH 2/2] fix(ci): pin rust toolchain for prek cargo-fmt hook --- .github/workflows/prek-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prek-check.yml b/.github/workflows/prek-check.yml index c7485e3f6..2524e6802 100644 --- a/.github/workflows/prek-check.yml +++ b/.github/workflows/prek-check.yml @@ -16,6 +16,8 @@ permissions: jobs: prek: runs-on: ubuntu-latest + env: + RUSTUP_TOOLCHAIN: 1.92.0 steps: - uses: actions/checkout@v5