From 2f4d3ba026d4ae75b5636b0211dc834f645d7451 Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Sun, 31 Mar 2024 22:27:04 +0000 Subject: [PATCH] Add cargo-outdated and cargo-release to devcontainer --- .devcontainer/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 24e619d..0a1194f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,3 +9,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ USER vscode RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75 --no-modify-path -y + +RUN /home/vscode/.cargo/bin/cargo install cargo-release +RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated \ No newline at end of file