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

The `tracing-macros` crate uses internal `tracing` APIs that are unstable. These APIs changed in 0.1.18 (not a breaking change, since they are explicitly not stable API). `tracing-macros` needed to be updated to use the new versions of the internal APIs. As a side note, I'm surprised this wasn't caught before merging the branch, and only happened on `master`. Are we not checking all crates for PR builds? If so, we should probably fix that. Signed-off-by: Eliza Weisman <eliza@buoyant.io>