mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00

This updates `tracing-error` to depend on `tracing-subscriber` from crates.io, rather than via a path dependency. This means that git deps on `tracing-error` should "actually work" now. Additionally, I've updated the `tracing-subscriber` dep to only enable the feature flags `tracing-error` requires. This means that depending on `tracing-error` won't enable `tracing-subscriber`'s default features unless they are actually needed. Signed-off-by: Eliza Weisman <eliza@buoyant.io>