Don't pass --features
from target.'cfg(...)'.dependencies
to dependencies
#9199
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Exactly like #4664, but for different
target.'cfg(...)'.dependencies
dependencies.This came up when looking at build times in the
druid
crate after enabling tracing. Almost all of the increase was a wasm-only dependency which enabled all features fortracing-subscriber
causing 24 extra crates to get build.I hope this isnt a lot of work since its already been implemented once, but I never know.
I also think this should be enough information since its the same issue as an already fixed issue, but if you need more details feel free to ask.
The text was updated successfully, but these errors were encountered: