Upgrades Rust to 1.69.0 (#31336)

This commit is contained in:
Brooks 2023-04-25 10:22:38 -04:00 committed by GitHub
parent 186b0d77f0
commit cd2b2d4a14
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.68.2
FROM solanalabs/rust:1.69.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.68.2
FROM rust:1.69.0
RUN set -x \
&& apt update \

View File

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