Update Rust on buildenv image

pull/843/head
Kitaiti Makoto 3 years ago
parent 7bd3c1b01e
commit 5f89401a7c

@ -8,7 +8,7 @@ RUN apt update &&\
rm -rf /var/lib/apt/lists/*
#install and configure rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-01-15 -y &&\
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-12-07 -y &&\
rustup component add rustfmt clippy &&\
rustup component add rust-std --target wasm32-unknown-unknown

Loading…
Cancel
Save