From 52896675449750cfa812f90aca4f246db984afc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:36:06 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.97.1 --- prow-jobs/tikv/raft-engine/presubmits.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prow-jobs/tikv/raft-engine/presubmits.yaml b/prow-jobs/tikv/raft-engine/presubmits.yaml index 563a91c57b..789e872679 100644 --- a/prow-jobs/tikv/raft-engine/presubmits.yaml +++ b/prow-jobs/tikv/raft-engine/presubmits.yaml @@ -21,7 +21,7 @@ presubmits: - amd64 containers: - name: rust - image: rust:1.85.1 + image: rust:1.97.1 command: ["/bin/sh", "-c"] env: # Raft-engine lacks Cargo.lock, so we pin a nightly toolchain version here. @@ -70,7 +70,7 @@ presubmits: - amd64 containers: - name: rust - image: rust:1.85.1 + image: rust:1.97.1 command: ["/bin/sh", "-c"] env: - name: WITH_STABLE_TOOLCHAIN