Skip to content

Commit 2f4d3ba

Browse files
committed
Add cargo-outdated and cargo-release to devcontainer
1 parent 411ca3d commit 2f4d3ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
99
USER vscode
1010

1111
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75 --no-modify-path -y
12+
13+
RUN /home/vscode/.cargo/bin/cargo install cargo-release
14+
RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated

0 commit comments

Comments
 (0)