We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90cc5c commit 68b7c99Copy full SHA for 68b7c99
rust-toolchain.toml
@@ -11,7 +11,7 @@
11
# allowlisted using a toolchain that requires it, causing the A/B-test to
12
# always fail.
13
[toolchain]
14
-channel = "1.79.0"
+channel = "1.83.0"
15
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
16
profile = "minimal"
17
tools/devctr/Dockerfile
@@ -4,7 +4,7 @@ FROM public.ecr.aws/lts/ubuntu:24.04
4
# The Rust toolchain layer will get updated most frequently, but we could keep the system
5
# dependencies layer intact for much longer.
6
7
-ARG RUST_TOOLCHAIN="1.79.0"
+ARG RUST_TOOLCHAIN="1.83.0"
8
ARG TMP_BUILD_DIR=/tmp/build
9
ARG DEBIAN_FRONTEND=noninteractive
10
ARG PIP_BREAK_SYSTEM_PACKAGES=1
0 commit comments