Upgrades Rust to 1.74.0 (#34118)

This commit is contained in:
Brooks 2023-11-19 22:24:59 -05:00 committed by GitHub
parent e02f25d5a2
commit f9b96fa112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM solanalabs/rust:1.73.0
FROM solanalabs/rust:1.74.0
ARG date
ARG GRCOV_VERSION=v0.8.18

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG \
RUST_VERSION=1.73.0 \
RUST_VERSION=1.74.0 \
GOLANG_VERSION=1.21.3 \
NODE_MAJOR=18 \
SCCACHE_VERSION=v0.5.4

View File

@ -29,7 +29,7 @@ fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2023-10-05
nightly_version=2023-11-16
fi

View File

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