Skip to content
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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

crepererum
Copy link

Checklist

Dear Author 👋, the following checks should be completed (or explicitly dismissed) before merging.

  • ✏️ Write a PR description, regardless of triviality, to include the value of this PR
  • 🔗 Reference related issues
  • 🏃 Test cases are included to exercise the new code
  • 🧪 If new packages are being introduced to stdlib, link to Working Group discussion notes and ensure it lands under experimental/
  • 📖 If language features are changing, ensure docs/Spec.md has been updated

Dear Reviewer(s) 👋, you are responsible (among others) for ensuring the completeness and quality of the above before approval.

@crepererum crepererum requested a review from a team as a code owner November 5, 2024 10:01
@crepererum crepererum marked this pull request as draft November 5, 2024 10:01
@@ -173,38 +173,32 @@ fn infer_types(
/// # Example
///
/// ```
/// #[test]
Copy link
Author

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"
Copy link
Author

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"
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant