Skip to content

Commit 8de7fe3

Browse files
committed
chore: update rust toolchain
Update to rust 1.87.0 Signed-off-by: Patrick Roy <[email protected]>
1 parent 0e249fb commit 8de7fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
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.85.0"
14+
channel = "1.87.0"
1515
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
1616
profile = "minimal"
1717

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
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.85.0"
7+
ARG RUST_TOOLCHAIN="1.87.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)