tracing-subscriber-0.3.1
# 0.3.1 (Oct 25, 2021) This release fixes a few issues related to feature flagging. ### Fixed - **time**: Compilation error when enabling the "time" feature flag without also enabling the "local-time" feature flag ([#1685]) - **registry**: Unused method warnings when the "std" feature is enabled but the "registry" feature is disabled ([#1686]) [#1685]: https://github.com/tokio-rs/tracing/pull/1685 [#1686]: https://github.com/tokio-rs/tracing/pull/1686