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

Update to Rust 2024 Edition #649

Merged
merged 13 commits into from
Feb 26, 2025
Merged

Update to Rust 2024 Edition #649

merged 13 commits into from
Feb 26, 2025

Conversation

thebracket
Copy link
Collaborator

I haven't done much to take advantage of all the new edition offers yet - but we are now compliant with the Rust 2024 edition that released last week. (I knew it was coming, and had been preparing us for a while)

  • Updates all editions to 2024.
  • Applies ALL the new "safety" rules.
  • Cleans up a TON of warnings.
  • Removes our last static mut, which is now prohibited.
  • Updates all dependencies to the latest versions.
  • Applies the latest standardized code formatting.

@thebracket thebracket added the enhancement New feature or request label Feb 26, 2025
@thebracket thebracket added this to the v1.5 & v2.0 milestone Feb 26, 2025
@thebracket thebracket requested a review from rchac February 26, 2025 15:47
@thebracket thebracket self-assigned this Feb 26, 2025
@thebracket
Copy link
Collaborator Author

Note that the GitHub build failed because GitHub apparently haven't updated their version of Rust to last week's release, yet.

@rchac rchac merged commit 5c1edc6 into develop Feb 26, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants