DioxusLabs/dioxus

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

Ouverte

#5 408 ouverte le 24 mars 2026

 (1 commentaire) (8 réactions) (0 personne assignée)Rust (1 655 forks)batch import
cligood first issue

Métriques du dépôt

Stars
 (36 038 étoiles)
Métriques de merge PR
 (Merge moyen 16j 13h) (9 PRs mergées en 30 j)

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!

Guide contributeur