Upgrade to Rust 1.41.1

(cherry picked from commit 7d27be2a73)
This commit is contained in:
Michael Vines
2020-02-27 22:19:56 -07:00
parent f6232e1b3c
commit 1c576d4a68
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