From 1501572c77c3d4b031a9328cab304c402b0ab65e Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Wed, 3 Jun 2026 23:43:40 +0200 Subject: [PATCH] upgrade rust to 1.96 --- dockerfiles/Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index db1b95c54..3fc7f0d21 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.95-slim-trixie AS chef +FROM rust:1.96-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 6360c1888..4f0430eac 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.0" components = ["rustfmt", "clippy"]