komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

refactor(cargo): upgrade to rust edition 2024

Open LGUG2Z opened this issue 1 year ago • 0 comments

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 avatar Feb 28 '25 01:02 LGUG2Z