Upgrades Rust to 1.68.0 (#30664)
This commit is contained in:
parent
fb7d303995
commit
244430d643
|
@ -1,4 +1,4 @@
|
|||
FROM solanalabs/rust:1.67.1
|
||||
FROM solanalabs/rust:1.68.0
|
||||
ARG date
|
||||
|
||||
RUN set -x \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.67.1"
|
||||
channel = "1.68.0"
|
||||
|
|
Loading…
Reference in New Issue