bump rust to 1.59.0
This commit is contained in:
committed by
mergify[bot]
parent
804fac8ea9
commit
97b5a71ceb
@ -18,13 +18,13 @@
|
||||
if [[ -n $RUST_STABLE_VERSION ]]; then
|
||||
stable_version="$RUST_STABLE_VERSION"
|
||||
else
|
||||
stable_version=1.58.1
|
||||
stable_version=1.59.0
|
||||
fi
|
||||
|
||||
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
|
||||
nightly_version="$RUST_NIGHTLY_VERSION"
|
||||
else
|
||||
nightly_version=2022-01-21
|
||||
nightly_version=2022-02-24
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user