Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 08deb01

Browse files
authored
Bump Rust nightly to nightly-2021-11-08 (#353)
1 parent 002c04a commit 08deb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/ci-linux/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ RUN set -eux && \
2727
# install `rust-src` component for ui test
2828
rustup component add rust-src && \
2929
# install specific Rust nightly, default is stable, use minimum components
30-
rustup toolchain install nightly-2021-09-13 --profile minimal --component rustfmt clippy && \
31-
# "alias" pinned nightly-2021-09-13 toolchain as nightly
32-
ln -s /usr/local/rustup/toolchains/nightly-2021-09-13-x86_64-unknown-linux-gnu /usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu && \
30+
rustup toolchain install nightly-2021-11-08 --profile minimal --component rustfmt clippy && \
31+
# "alias" pinned nightly-2021-11-08 toolchain as nightly
32+
ln -s /usr/local/rustup/toolchains/nightly-2021-11-08-x86_64-unknown-linux-gnu /usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu && \
3333
# install wasm toolchain
3434
rustup target add wasm32-unknown-unknown && \
3535
rustup target add wasm32-unknown-unknown --toolchain nightly && \

0 commit comments

Comments
 (0)