-
Notifications
You must be signed in to change notification settings - Fork 893
Bump Rust version to 1.88 #7787
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
Conversation
Updating self-hosted runners to 1.88, will re-run CI once that's done. |
Some required checks have failed. Could you please take a look @jimmygchen? 🙏 |
@@ -4,7 +4,7 @@ version = "7.1.0" | |||
authors = ["Sigma Prime <[email protected]>"] | |||
edition = { workspace = true } | |||
autotests = false | |||
rust-version = "1.87.0" | |||
rust-version = "1.88.0" |
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.
We don't technically need to bump the MSRV, right?
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.
We don't, but the previous PR bumped the dockerfile to 1.88, and we usually bump all the versions together - a bit easier to maintain IMO.
OR we could keep everything at 1.87, what do you think?
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.
LGTM
Issue Addressed
In #7743, rust version was bumped:
Dockerfile
to 1.88We also need to bump the other docker images as well, and might as well keep them all consistent at 1.88.