Upgrades Rust to 1.68.0 (#30664)

This commit is contained in:
Brooks 2023-03-24 18:06:38 -04:00 committed by GitHub
parent fb7d303995
commit 244430d643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM solanalabs/rust:1.67.1
FROM solanalabs/rust:1.68.0
ARG date
RUN set -x \

View File

@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.67.1
FROM rust:1.68.0
RUN set -x \
&& apt update \

View File

@ -29,7 +29,7 @@ fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2023-01-22
nightly_version=2023-02-08
fi

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.67.1"
channel = "1.68.0"