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