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 c8f8112 commit 48aca51Copy full SHA for 48aca51
builders/wasm32-unknown-emscripten/Dockerfile
@@ -23,7 +23,7 @@ ENV PATH=/usr/bin:$PATH
23
ENV RUSTUP_HOME=/usr/local/rustup \
24
CARGO_HOME=/usr/local/cargo \
25
PATH=/usr/local/cargo/bin:$PATH \
26
- RUST_VERSION=1.76.0
+ RUST_VERSION=1.79.0
27
28
RUN set -eux pipefail; \
29
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
builders/wasm32-unknown-wasi/Dockerfile
@@ -27,7 +27,7 @@ RUN set -eux pipefail; \
30
31
32
33
0 commit comments