Upgrade to Rust 1.55.0

This commit is contained in:
Michael Vines
2021-10-05 18:31:15 -07:00
parent 00929f8363
commit 3b70cdb8d8
5 changed files with 15 additions and 39 deletions

View File

@ -18,13 +18,13 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.54.0
stable_version=1.55.0
fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2021-08-02
nightly_version=2021-10-05
fi