Upgrades Rust to 1.73.0 (#33546)

This commit is contained in:
Brooks 2023-10-06 10:47:51 -04:00 committed by GitHub
parent 8b1377cbb4
commit 2d1449f714
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.72.1
FROM solanalabs/rust:1.73.0
ARG date
RUN set -x \

View File

@ -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.72.1
FROM rust:1.73.0
ARG NODE_MAJOR=18

View File

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

View File

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