Upgrade to rust 1.41.0 (bp #8202) (#8219)

automerge
This commit is contained in:
mergify[bot]
2020-02-11 13:56:58 -08:00
committed by GitHub
parent 70089a5258
commit 79035bdbed
8 changed files with 6 additions and 26 deletions

View File

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