Skip to content

Commit

Permalink
Revert "chore(devcontainer): bump rust toolchain to 1.81"
Browse files Browse the repository at this point in the history
This reverts commit 051e2e8.
  • Loading branch information
glihm committed Jan 17, 2025
1 parent 051e2e8 commit 4b6d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.81.0" > rust_toolchain_version
RUN echo "1.80.0" > rust_toolchain_version
# Make sure to sync the nightly version with the scripts in ./scripts
RUN echo "nightly-2024-08-28" > nightly_rust_toolchain_version

Expand Down

0 comments on commit 4b6d473

Please sign in to comment.