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"]