Update rust-toolchain to nightly-2021-01-15

This commit is contained in:
Kitaiti Makoto 2021-01-15 10:19:12 +09:00
parent ec8c17482d
commit 64e4550dea
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,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-12-07 -y &&\
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-15 -y &&\
rustup component add rustfmt clippy &&\
rustup component add rust-std --target wasm32-unknown-unknown

View file

@ -1 +1 @@
nightly-2020-01-15
nightly-2021-01-15