Upgrade to Rust 1.41.1 (#8529)

automerge
This commit is contained in:
mergify[bot]
2020-02-28 10:07:39 -08:00
committed by GitHub
parent 80206decf8
commit 797e4b11e2
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