Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# SPDX-FileCopyrightText: NONE

[toolchain]
channel = "1.85.0"
channel = "1.95.0"
components = ["clippy", "rustfmt"]
profile = "minimal"
2 changes: 1 addition & 1 deletion tools/containers/ec/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down