From dc255225aa5ce3c8f3e2abfcd5f953541729f3f1 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Sun, 25 Jan 2026 09:50:14 +0100 Subject: [PATCH] upgrade to rust 1.93 --- dockerfiles/Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index ad41f82fe..e165a4e00 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.92-slim-trixie AS chef +FROM rust:1.93-slim-trixie AS chef # We only pay the installation cost once, # it will be cached from the second build onwards diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1a2165581..0e152a800 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.92.0" +channel = "1.93.0" components = ["rustfmt", "clippy"]