From 7fa61791398a4d6c2951a781cd17db32d0a52e37 Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 16 Feb 2023 08:20:09 -0500 Subject: [PATCH] Upgrades Rust to 1.67.1 --- 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 32bb5062d3d12b..b53020d4672436 100644 --- a/ci/docker-rust-nightly/Dockerfile +++ b/ci/docker-rust-nightly/Dockerfile @@ -1,4 +1,4 @@ -FROM solanalabs/rust:1.67.0 +FROM solanalabs/rust:1.67.1 ARG date RUN set -x \ diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index f00112da2ed496..e9e4e7255ffcae 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.67.0 +FROM rust:1.67.1 RUN set -x \ && apt update \ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 969710ab0e7dd2..588ffd57885e05 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.67.0" +channel = "1.67.1"