Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 2d937a7

Browse files
Lichtsot-nelson
authored andcommitted
Upgrades Rust to 1.72.0
1 parent 29ddbd2 commit 2d937a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/docker-rust-nightly/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM solanalabs/rust:1.69.0
1+
FROM solanalabs/rust:1.72.0
22
ARG date
33

44
RUN set -x \

ci/docker-rust/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: when the rust version is changed also modify
22
# ci/rust-version.sh to pick up the new image tag
3-
FROM rust:1.69.0
3+
FROM rust:1.72.0
44

55
RUN set -x \
66
&& apt update \

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.69.0"
2+
channel = "1.72.0"

0 commit comments

Comments
 (0)