komorebi
komorebi copied to clipboard
refactor(cargo): upgrade to rust edition 2024
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.