Skip to content

Commit 89a53d7

Browse files
committed
docker: bump rust version for dev container
1 parent ec00eca commit 89a53d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV LLVM_SYS_170_PREFIX=/usr/lib/llvm-17
2626
ENV TABLEGEN_170_PREFIX=/usr/lib/llvm-17
2727

2828
# To allow independent workflow of the container, the rust-toolchain is explicitely given.
29-
RUN echo "1.80.0" > rust_toolchain_version
29+
RUN echo "1.81.0" > rust_toolchain_version
3030
# Make sure to sync the nightly version with the scripts in ./scripts
3131
RUN echo "nightly-2024-08-28" > nightly_rust_toolchain_version
3232

0 commit comments

Comments
 (0)