Upgrades to Rust 1.66.1 (#29827)

This commit is contained in:
Brooks 2023-01-24 02:11:10 -05:00 committed by GitHub
parent d53f02ec51
commit 631dd573da
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.65.0 FROM solanalabs/rust:1.66.1
ARG date ARG date
RUN set -x \ RUN set -x \

View File

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

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "1.65.0" channel = "1.66.1"