From 11dd40745ccd48f72b73422a0bf5a5fc80700e31 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Tue, 5 Nov 2024 15:09:42 +0100 Subject: [PATCH] bump rust nightly for bookworm asan --- dockerfiles/ci/bookworm/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dockerfiles/ci/bookworm/Dockerfile b/dockerfiles/ci/bookworm/Dockerfile index 5508d9fe81..eab606056f 100644 --- a/dockerfiles/ci/bookworm/Dockerfile +++ b/dockerfiles/ci/bookworm/Dockerfile @@ -217,8 +217,7 @@ RUN set -eux; \ chown -R circleci:circleci /opt; ARG RUST_VERSION="1.76.0" -# Need a nightly that is at least 1.71.1 -ARG RUST_NIGHTLY_VERSION="-2024-02-27" +ARG RUST_NIGHTLY_VERSION="-2024-11-04" # Mount a cache into /rust/cargo if you want to pre-fetch packages or something ENV CARGO_HOME=/rust/cargo ENV RUSTUP_HOME=/rust/rustup