Bump rust nightly to 2020-08-17

This commit is contained in:
Michael Vines
2020-08-14 09:36:04 -07:00
parent 0413a305d2
commit a86397a650
2 changed files with 2 additions and 2 deletions

View File

@ -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-17
fi