From 3bfb349d3a8e8e832210093069389fbde2001e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:43:17 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.97.1 --- .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..1a8f2b1 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.1 - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-22.04' run: |