From bae3fa9f7458ef0733c9e66ae19b6fc6987031df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:45:14 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.97.0 --- .github/workflows/test-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-pr.yml b/.github/workflows/test-on-pr.yml index eb82101..5906d6f 100644 --- a/.github/workflows/test-on-pr.yml +++ b/.github/workflows/test-on-pr.yml @@ -19,7 +19,7 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.85.1 + toolchain: 1.97.0 - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-22.04' run: |