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

Commit f91e63d

Browse files
authored
Upgrades Rust to 1.67.1 (#29947)
1 parent 48e2cdb commit f91e63d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.66.1
1+
FROM solanalabs/rust:1.67.1
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.66.1
3+
FROM rust:1.67.1
44

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

ci/rust-version.sh

+1-1
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=2022-11-02
32+
nightly_version=2023-01-22
3333
fi
3434

3535

runtime/src/accounts_db.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12363,9 +12363,9 @@ pub mod tests {
1236312363
let account = stored_account.clone_account();
1236412364

1236512365
let expected_account_hash = if cfg!(debug_assertions) {
12366-
Hash::from_str("4StuvYHFd7xuShVXB94uHHvpqGMCaacdZnYB74QQkPA1").unwrap()
12366+
Hash::from_str("6qtBXmRrLdTdAV5bK6bZZJxQA4fPSUBxzQGq2BQSat25").unwrap()
1236712367
} else {
12368-
Hash::from_str("33ruy7m3Xto7irYfsBSN74aAzQwCQxsfoZxXuZy2Rra3").unwrap()
12368+
Hash::from_str("5HL9MtsQmxZQ8XSgcAhSkqnrayQFXUY8FT1JsHjDNKbi").unwrap()
1236912369
};
1237012370

1237112371
assert_eq!(

rust-toolchain.toml

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

0 commit comments

Comments
 (0)