-
Notifications
You must be signed in to change notification settings - Fork 153
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
chore: update to rust 1.82 #5509
base: master
Are you sure you want to change the base?
Conversation
@@ -173,38 +173,32 @@ fn infer_types( | |||
/// # Example | |||
/// | |||
/// ``` | |||
/// #[test] |
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.
tests within doctests were never supported and Rust now complains about that
@@ -1,5 +1,5 @@ | |||
[toolchain] | |||
channel = "1.72" | |||
channel = "1.82" |
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.
bumped hoping that this fixes the build issues on windows
@@ -1,5 +1,6 @@ | |||
[workspace] | |||
members = ["flux-core", "flux"] | |||
resolver = "2" |
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.
apparently workspaces w/ edition 2021 crates default to the v2 resolver, this just makes it explicit and silences a cargo warning
Checklist
Dear Author 👋, the following checks should be completed (or explicitly dismissed) before merging.
experimental/
docs/Spec.md
has been updatedDear Reviewer(s) 👋, you are responsible (among others) for ensuring the completeness and quality of the above before approval.