Skip to content

Commit e2458dd

Browse files
committed
Bump Rust nightly version to 2020-08-11
This nightly build includes both rust-lang/rust#72121 and a working `rustfmt`.
1 parent 3a8af68 commit e2458dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-07-27
27+
nightly_version=2020-08-11
2828
fi
2929

3030

0 commit comments

Comments
 (0)