Patch rust release.

This commit is contained in:
Nicolas Patry 2025-03-04 12:14:58 +00:00
parent a914a21899
commit 3f29043d7e
No known key found for this signature in database
GPG Key ID: 788A1EA699458B2F
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
with:
# Released on: 02 May, 2024
# https://releases.rs/docs/1.78.0/
toolchain: 1.84.0
toolchain: 1.84.1
override: true
components: rustfmt, clippy
- name: Install Protoc

View File

@ -1,5 +1,5 @@
# Rust builder
FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef
WORKDIR /usr/src
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

View File

@ -1,5 +1,5 @@
# Rust builder
FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef
WORKDIR /usr/src
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

View File

@ -1,6 +1,6 @@
ARG PLATFORM=xpu
FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef
WORKDIR /usr/src
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse