Update to Rust 1.48.0
This commit is contained in:
parent
8ae34d2137
commit
829b51c9f4
|
@ -18,7 +18,7 @@
|
||||||
if [[ -n $RUST_STABLE_VERSION ]]; then
|
if [[ -n $RUST_STABLE_VERSION ]]; then
|
||||||
stable_version="$RUST_STABLE_VERSION"
|
stable_version="$RUST_STABLE_VERSION"
|
||||||
else
|
else
|
||||||
stable_version=1.47.0
|
stable_version=1.48.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [[ -n $RUST_NIGHTLY_VERSION ]]; then
|
# if [[ -n $RUST_NIGHTLY_VERSION ]]; then
|
||||||
|
|
Loading…
Reference in New Issue