Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit d55dc62

Browse files
authored
Merge pull request #516 from bytecodealliance/acf/rust-1.43.1
🦀 🆙date to Rust 1.43.1
2 parents 0b51fe7 + ca649c6 commit d55dc62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100
3030
ENV LD_LIBRARY_PATH=/usr/local/lib
3131

3232
# Install our supported version of Rust, rustfmt, and the wasm32-wasi cross-compilation target
33-
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.43.0 -y
33+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.43.1 -y
3434
ENV PATH=/root/.cargo/bin:$PATH
3535
RUN rustup component add rustfmt
3636
RUN rustup target add wasm32-wasi

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.43.1

0 commit comments

Comments
 (0)