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

Commit ca649c6

Browse files
committed
🦀 🆙date to Rust 1.43.1
1 parent 0b51fe7 commit ca649c6

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)