-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades Rust from 1.66.1 to 1.67.1 #29947
Conversation
@yihau I know we just did this dance for Rust 1.66.1 (and Rust 1.66.0)... but can you help me again by updating the CI machines to include the Rust 1.67.0 toolchain? 🙏🙏🙏 |
Please don't merge this until the 1.15 branch exists, as this [1] change to [1] https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html#stdsyncmpsc-implementation-updated |
updated stable and nightly images 🪖 |
864fe02
to
956b6d7
Compare
sure! I will revert it back! |
956b6d7
to
4fa6a3d
Compare
4fa6a3d
to
72edeea
Compare
sure thing. just updated them and re-run your pipeline 👻 |
72edeea
to
b4316b8
Compare
b4316b8
to
94035a7
Compare
Hash::from_str("6qtBXmRrLdTdAV5bK6bZZJxQA4fPSUBxzQGq2BQSat25").unwrap() | ||
} else { | ||
Hash::from_str("33ruy7m3Xto7irYfsBSN74aAzQwCQxsfoZxXuZy2Rra3").unwrap() | ||
Hash::from_str("5HL9MtsQmxZQ8XSgcAhSkqnrayQFXUY8FT1JsHjDNKbi").unwrap() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust changed how it layout structs in memory, which affects StoredAccountMeta
and thus these digests.
@mvines Tagged you to review. Is this change ok to merge now that the 1.15 branch exists? |
@@ -29,7 +29,7 @@ fi | |||
if [[ -n $RUST_NIGHTLY_VERSION ]]; then | |||
nightly_version="$RUST_NIGHTLY_VERSION" | |||
else | |||
nightly_version=2022-11-02 | |||
nightly_version=2023-01-22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the last nightly 1.68 version. I initially wanted to bump this all the way to today, but there were other new clippy lints in 1.69 that were getting thrown within our dependencies. I figured it was more important to get the nightly version upgraded to something than to block this PR further.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! Thanks
https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html
https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html