mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00

This branch updates the "nursery" crates to depend on `tracing` and `tracing-core` as path dependencies, rather than depending on the crates.io releases of `tokio-trace` and `tokio-trace-core`. When `tracing` and `tracing-core` are released, we will change these from path dependencies to crates.io dependencies. This branch also updates those crates to track API changes in `tracing` and `tracing-core`. Signed-off-by: Eliza Weisman <eliza@buoyant.io>