Bump rust nightly to 2020-07-12

This commit is contained in:
Michael Vines 2020-07-12 09:34:28 -07:00 committed by mergify[bot]
parent 0d1420d868
commit 3eea8f2fe6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2020-06-10
nightly_version=2020-07-12
fi