Skip to content

Commit

Permalink
Bump Rust to 1.47.0/nightly-2020-10-05
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Oct 8, 2020
1 parent f7703eb commit f4accae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.46.0
stable_version=1.47.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2020-08-17
nightly_version=2020-10-05
fi


Expand Down

0 comments on commit f4accae

Please sign in to comment.