You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dioxus CLI generates a Cargo.toml with an authors field. However, that field is deprecated. If one uses a toml linter, this even results in a warning.
The Dioxus CLI generates a Cargo.toml with an
authorsfield. However, that field is deprecated. If one uses a toml linter, this even results in a warning.So this line should be removed in all templates.
dioxus-template/Web/Cargo.toml
Line 4 in fdaeaae