Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prow-jobs/tikv/raft-engine/presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down