We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec00eca commit 89a53d7Copy full SHA for 89a53d7
.devcontainer/Dockerfile
@@ -26,7 +26,7 @@ ENV LLVM_SYS_170_PREFIX=/usr/lib/llvm-17
26
ENV TABLEGEN_170_PREFIX=/usr/lib/llvm-17
27
28
# To allow independent workflow of the container, the rust-toolchain is explicitely given.
29
-RUN echo "1.80.0" > rust_toolchain_version
+RUN echo "1.81.0" > rust_toolchain_version
30
# Make sure to sync the nightly version with the scripts in ./scripts
31
RUN echo "nightly-2024-08-28" > nightly_rust_toolchain_version
32
0 commit comments