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 2f4d3ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Expand Up @@ -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

0 comments on commit 2f4d3ba

Please sign in to comment.