Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(web): fix
default-features
warning (#1296)
`cargo build` would print this warning: ``` warning: dioxus/packages/web/Cargo.toml: `default-features` is ignored for dioxus-html, since `default-features` was not specified for `workspace.dependencies.dioxus-html`, this could become a hard error in the future ``` Since it's being ignored anyway and that doesn't seem to be causing problems, I figured I'd remove it and get rid of the warning.
- Loading branch information