From 156ba587f9beb028e0ae0266bb068f2ac6adece2 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 3 Aug 2026 10:11:51 -0600 Subject: [PATCH] Update Rust toolchain to 1.95.0 Signed-off-by: Tim Crawford --- rust-toolchain.toml | 2 +- tools/containers/ec/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4b777c93f..abb3b58f6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,6 +2,6 @@ # SPDX-FileCopyrightText: NONE [toolchain] -channel = "1.85.0" +channel = "1.95.0" components = ["clippy", "rustfmt"] profile = "minimal" diff --git a/tools/containers/ec/Containerfile b/tools/containers/ec/Containerfile index c1e0b9459..d523b8186 100644 --- a/tools/containers/ec/Containerfile +++ b/tools/containers/ec/Containerfile @@ -12,7 +12,7 @@ ARG SDCC_REPO="https://svn.code.sf.net/p/sdcc/code" ARG SDCC_REV="14648" ARG SDCC_VERSION="4.4.0" -ARG RUST_TOOLCHAIN="1.85.0" +ARG RUST_TOOLCHAIN="1.95.0" # Build SDCC toolchain FROM ${CONTAINER_IMAGE} as sdcc-build