Rust to 1.38

This commit is contained in:
Aditya Kulkarni 2019-10-01 17:09:04 -07:00
parent 430a3226d9
commit e85b64dfca
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ RUN cd /opt && \
# Add rust
RUN apt install -y gcc-aarch64-linux-gnu
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.32.0 -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.38.0 -y
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
RUN ~/.cargo/bin/rustup target add x86_64-pc-windows-gnu
RUN ~/.cargo/bin/rustup target add aarch64-unknown-linux-gnu