Skip to content

tracing-core 0.1.24

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 20:53
· 572 commits to master since this release
8f240e6

This release fixes a bug where setting NoSubscriber as the local default would
not disable the global default subscriber locally.

Fixed

  • Setting NoSubscriber as the local default now correctly disables the global
    default subscriber (#2001)
  • Fixed compilation warnings with the "std" feature disabled (#2022)

Changed

  • Removed unnecessary use of write! and format_args! macros (#1988)