Skip to content

Commit 99ba309

Browse files
committed
updating pins in devcontainer and adding Cargo.lock
Signed-off-by: ralph squillace <ralph@squillace.com>
1 parent cfb45f3 commit 99ba309

2 files changed

Lines changed: 838 additions & 95 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
5454

5555
USER $USER
5656

57-
ARG RUST_TOOLCHAIN=1.89
57+
ARG RUST_TOOLCHAIN=1.94
5858

5959
# Install rust
6060
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 \
6767
&& cargo install just \
6868
&& cargo install cargo-component \
6969
&& cargo install cargo-hyperlight \
70-
&& cargo install hyperlight-wasm-aot --locked --version 0.12.0 \
70+
&& cargo install hyperlight-wasm-aot --locked --version 0.14.0 \
7171
&& cargo install wasmtime-cli --locked --version 36.0.6

0 commit comments

Comments
 (0)