Skip to content

Commit ced9dfa

Browse files
Manciukicroypat
authored andcommitted
chore(devctr): update rust toolchain to 1.85.0
This commit updates the rust toolchain in the devctr to 1.85.0. Changes will take effect on the next devctr release. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent fc4483f commit ced9dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# allowlisted using a toolchain that requires it, causing the A/B-test to
1212
# always fail.
1313
[toolchain]
14-
channel = "1.83.0"
14+
channel = "1.85.0"
1515
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
1616
profile = "minimal"
1717

tools/devctr/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM public.ecr.aws/lts/ubuntu:24.04
44
# The Rust toolchain layer will get updated most frequently, but we could keep the system
55
# dependencies layer intact for much longer.
66

7-
ARG RUST_TOOLCHAIN="1.83.0"
7+
ARG RUST_TOOLCHAIN="1.85.0"
88
ARG TMP_BUILD_DIR=/tmp/build
99
ARG DEBIAN_FRONTEND=noninteractive
1010
ARG PIP_BREAK_SYSTEM_PACKAGES=1

0 commit comments

Comments
 (0)