Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit a60ab54

Browse files
committed
Require nightly rustfmt and use older nightly a bit
1 parent 56f1dc1 commit a60ab54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/docker-rust-nightly/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ARG date
44
RUN set -x \
55
&& rustup install nightly-$date \
66
&& rustup component add clippy --toolchain=nightly-$date \
7+
&& rustup component add rustfmt --toolchain=nightly-$date \
78
&& rustup show \
89
&& rustc --version \
910
&& cargo --version \

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
2525
nightly_version="$RUST_NIGHTLY_VERSION"
2626
else
27-
nightly_version=2020-06-15
27+
nightly_version=2020-06-10
2828
fi
2929

3030

0 commit comments

Comments
 (0)