From 5bc5420349eaa11e3e66b1084d50ce511387cf51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:15:05 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.98.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..33457bc 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.98.1 - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-22.04' run: |