Upgrade Rust to 1.68.2 (#31276)

This commit is contained in:
Illia Bobyr 2023-04-20 11:31:54 -07:00 committed by GitHub
parent f2befbb78e
commit a21e68a351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM solanalabs/rust:1.67.1
FROM solanalabs/rust:1.68.2
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.2
RUN set -x \
&& apt update \

View File

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