From cd2b2d4a14909c969e89103d42b477c4978c6424 Mon Sep 17 00:00:00 2001 From: Brooks Date: Tue, 25 Apr 2023 10:22:38 -0400 Subject: [PATCH] Upgrades Rust to 1.69.0 (#31336) --- ci/docker-rust-nightly/Dockerfile | 2 +- ci/docker-rust/Dockerfile | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/docker-rust-nightly/Dockerfile b/ci/docker-rust-nightly/Dockerfile index 21160befce..3f2703b5f4 100644 --- a/ci/docker-rust-nightly/Dockerfile +++ b/ci/docker-rust-nightly/Dockerfile @@ -1,4 +1,4 @@ -FROM solanalabs/rust:1.68.2 +FROM solanalabs/rust:1.69.0 ARG date RUN set -x \ diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 810384debb..0267d090fa 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -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 \ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 864d3c411a..f2415f8315 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.68.2" +channel = "1.69.0"