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

Commit 8bd57f2

Browse files
committed
Upgrades Rust to 1.68.0
1 parent 4a94eee commit 8bd57f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/docker-rust-nightly/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM solanalabs/rust:1.67.1
1+
FROM solanalabs/rust:1.68.0
22
ARG date
33

44
RUN set -x \

ci/docker-rust/Dockerfile

Lines changed: 1 addition & 1 deletion
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.67.1
3+
FROM rust:1.68.0
44

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

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030
nightly_version="$RUST_NIGHTLY_VERSION"
3131
else
32-
nightly_version=2023-01-22
32+
nightly_version=2023-03-09
3333
fi
3434

3535

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.67.1"
2+
channel = "1.68.0"

0 commit comments

Comments
 (0)