From 769796ffdcb6139fb59c5e4e421e8e38abd1af56 Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:03:15 +0000 Subject: [PATCH] feat(lang-sdk): update rust-lang/rust (1.79.0 -> 1.80.0) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index e614a6f9..31e84d4f 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -305,7 +305,7 @@ WORKDIR /tmp # Rust / Cargo # renovate: datasource=github-releases depName=rust-lang/rust -ARG RUST_VERSION="1.79.0" +ARG RUST_VERSION="1.80.0" ENV CARGO_HOME="/opt/cargo" ENV PATH="$PATH:$CARGO_HOME/bin" RUN --mount=type=cache,target=/root/.rustup,id=rustup-cache-${TARGETARCH} \