Update to Rust 1.48.0

This commit is contained in:
Michael Vines 2020-12-17 16:54:28 -08:00
parent 8ae34d2137
commit 829b51c9f4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.47.0
stable_version=1.48.0
fi
# if [[ -n $RUST_NIGHTLY_VERSION ]]; then