From 26d058185e4f9ed2982f1fb2527b146fdd9e3bed Mon Sep 17 00:00:00 2001 From: Brooks Date: Sat, 30 Dec 2023 00:15:49 -0500 Subject: [PATCH] Upgrades Rust to 1.75.0 (#34607) --- 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 eb214fdb1..60d48cc22 100644 --- a/ci/docker-rust-nightly/Dockerfile +++ b/ci/docker-rust-nightly/Dockerfile @@ -1,4 +1,4 @@ -FROM solanalabs/rust:1.74.0 +FROM solanalabs/rust:1.75.0 ARG date ARG GRCOV_VERSION=v0.8.18 diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 47057c1c8..227d5f55d 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG \ - RUST_VERSION=1.74.0 \ + RUST_VERSION=1.75.0 \ GOLANG_VERSION=1.21.3 \ NODE_MAJOR=18 \ SCCACHE_VERSION=v0.5.4 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 639f4f17d..7897a24d1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.74.0" +channel = "1.75.0"