Upgrade to Rust 1.41.1

This commit is contained in:
Michael Vines
2020-02-27 22:19:56 -07:00
parent 74da2de3b7
commit 7d27be2a73
6 changed files with 7 additions and 7 deletions

View File

@ -16,13 +16,13 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.41.0
stable_version=1.41.1
fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2020-02-06
nightly_version=2020-02-27
fi