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

refactor(cargo): upgrade to rust edition 2024 #1305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LGUG2Z
Copy link
Owner

@LGUG2Z LGUG2Z commented Feb 28, 2025

Followed the recommended steps:

1.    Run cargo update to update your dependencies to the latest versions.
2.    Run cargo fix --edition
3.    Edit Cargo.toml and set the edition field to the next edition, for example edition = "2024"
4.    Run cargo build or cargo test to verify the fixes worked.
5.    Run cargo fmt to reformat your project.

@LGUG2Z LGUG2Z force-pushed the master branch 9 times, most recently from 75a0506 to 7600238 Compare March 7, 2025 03:40
@LGUG2Z LGUG2Z added the 0.1.36 label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant