From cf41273bfba8cfff8e138b598c8407218134c1e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 02:06:15 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.96.0 --- 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 9dac0eb713..cea90d23d0 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.0 + image: rust:1.96.0 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.0 + image: rust:1.96.0 command: ["/bin/sh", "-c"] env: - name: WITH_STABLE_TOOLCHAIN