Skip to content

Commit

Permalink
Bump Rust nightly version to 2020-08-11
Browse files Browse the repository at this point in the history
This nightly build includes both rust-lang/rust#72121 and a working
`rustfmt`.
  • Loading branch information
Aaron1011 committed Aug 12, 2020
1 parent 3a8af68 commit e2458dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2020-07-27
nightly_version=2020-08-11
fi


Expand Down

0 comments on commit e2458dd

Please sign in to comment.