Skip to content

Commit

Permalink
Add cargo-outdated and cargo-release to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Mar 31, 2024
1 parent 411ca3d commit 9346a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Expand Up @@ -9,3 +9,5 @@ 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 --locked cargo-release cargo-outdated

0 comments on commit 9346a2e

Please sign in to comment.