Skip to content

Commit

Permalink
devcontainer: bump to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Aug 2, 2024
1 parent 58ad13f commit e1c9597
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 @@ -26,7 +26,7 @@ ENV LLVM_SYS_170_PREFIX=/usr/lib/llvm-17
ENV TABLEGEN_170_PREFIX=/usr/lib/llvm-17

# To allow independent workflow of the container, the rust-toolchain is explicitely given.
RUN echo "1.79.0" > rust_toolchain_version
RUN echo "1.80.0" > rust_toolchain_version

# Install cargo-binstall
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
Expand All @@ -37,7 +37,7 @@ RUN rustup toolchain install $(cat rust_toolchain_version) && \
rustup component add rustfmt

RUN rustup toolchain install nightly && \
rustup component add rustfmt --toolchain nightly
rustup component add rustfmt clippy --toolchain nightly

RUN rustup target add x86_64-pc-windows-msvc && \
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit e1c9597

Please sign in to comment.