DioxusLabs/dioxus
Change Rust edition to 2024 from 2021 for "dx new app"
Aberta
#5.408 aberto em 24 de mar. de 2026
cligood first issue
Métricas do repositório
- Stars
- (36.038 estrelas)
- Métricas de merge de PR
- (Mesclagem média 16d 13h) (9 fundiu PRs em 30d)
Description
I just realized that the default Rust edition in Cargo.toml file is still 2021 for dx creating a new project. It's 2026 now, lots of Rust crates are moving to edition 2024 so that we can benefit all the improvement directly.
It's just a proposal, and I would like to hear your feedback on decision. Thanks a lot!