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

Bump MSRV to 1.71 #3688

Closed
7 tasks
ljoss17 opened this issue Nov 7, 2023 · 0 comments · Fixed by #3689
Closed
7 tasks

Bump MSRV to 1.71 #3688

ljoss17 opened this issue Nov 7, 2023 · 0 comments · Fixed by #3689
Assignees

Comments

@ljoss17
Copy link
Contributor

ljoss17 commented Nov 7, 2023

Update to Rust release 1.71.0

🦀

  • Update the version in rust-toolchain.toml.
  • Run cargo clippy --all-features --fix, review and commit the automatic
    fixes, and fix all reported lints. Try to resolve the root causes for
    the lints rather than silencing them with #[allow(...)].

Update the MSRV (optional)

Additional steps to perform in order to make the new minimal supported
Rust version:

  • Update the rust-version fields in all Cargo.toml files.
  • Update the msrv field in clippy.toml and fix all lints reported by
    cargo clippy --all-features.
  • Update the MSRV shields in README files:
    • README.md
    • relayer-rest/README.md
  • Update the MSRV in the guide: guide/src/pre_requisites.md
  • Add a .changelog entry to the breaking-changes section,
    announcing the new MSRV.
@ljoss17 ljoss17 self-assigned this Nov 7, 2023
@github-project-automation github-project-automation bot moved this to 🩹 Triage in Hermes Nov 7, 2023
@ljoss17 ljoss17 mentioned this issue Nov 7, 2023
7 tasks
@github-project-automation github-project-automation bot moved this from 🩹 Triage to ✅ Done in Hermes Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant