forked from libre-chip/fayalite-deps
update rust to 1.93.0
This commit is contained in:
parent
49076888de
commit
28220ad95b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ RUN git clone --depth=1 --recursive --branch=0.45 https://git.libre-chip.org/mir
|
|||
&& make install \
|
||||
&& rm -rf /build
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.89.0 \
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.93.0 \
|
||||
&& . "$HOME/.cargo/env" \
|
||||
&& rustup component add rust-src
|
||||
ENV PATH=/root/.cargo/bin:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue