Upgrades Rust to 1.75.0 (#34607)

This commit is contained in:
Brooks 2023-12-30 00:15:49 -05:00 committed by GitHub
parent 58170cf9bf
commit 26d058185e
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.74.0
FROM solanalabs/rust:1.75.0
ARG date
ARG GRCOV_VERSION=v0.8.18

View File

@ -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

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.74.0"
channel = "1.75.0"