From 454bd514e3659fba1eb78d110bbb72a72962a9d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:54:01 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.96.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..8972c61 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.96.1 - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-22.04' run: |