Skip to content

Commit

Permalink
Update Rust to 1.79 in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Jul 29, 2024
1 parent c91a3e0 commit c1f0074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.79 --no-modify-path -y

RUN /home/vscode/.cargo/bin/cargo install cargo-release
RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated
RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated

0 comments on commit c1f0074

Please sign in to comment.