Skip to content

tracing 0.1.34

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 22:33
· 562 commits to master since this release
4f1e463

This release includes bug fixes for the "log" support feature and for the use of
both scoped and global default dispatchers in the same program.

Fixed

  • Failure to use the global default dispatcher when a thread sets a local
    default dispatcher before the global default is set (#2065)
  • log: Compilation errors due to async block/fn futures becoming !Send
    when the "log" feature flag is enabled (#2073)
  • Broken links in documentation (#2068)

Thanks to @ben0x539 for contributing to this release!