We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb45f3 commit 99ba309Copy full SHA for 99ba309
2 files changed
.devcontainer/Dockerfile
@@ -54,7 +54,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
54
55
USER $USER
56
57
-ARG RUST_TOOLCHAIN=1.89
+ARG RUST_TOOLCHAIN=1.94
58
59
# Install rust
60
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
@@ -67,5 +67,5 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
67
&& cargo install just \
68
&& cargo install cargo-component \
69
&& cargo install cargo-hyperlight \
70
- && cargo install hyperlight-wasm-aot --locked --version 0.12.0 \
+ && cargo install hyperlight-wasm-aot --locked --version 0.14.0 \
71
&& cargo install wasmtime-cli --locked --version 36.0.6
0 commit comments