DioxusLabs/dioxus

Change Rust edition to 2024 from 2021 for "dx new app"

Offen

#5.408 geöffnet am 24.03.2026

 (1 Kommentar) (8 Reaktionen) (0 zugewiesene Personen)Rust (1.655 Forks)batch import
cligood first issue

Repository-Metriken

Stars
 (36.038 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 13h) (9 gemergte PRs in 30 T)

Beschreibung

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!

Contributor Guide