tracing-core 0.1.30
github-actions
released this
06 Oct 17:53
·
584 commits
to master
since this release
This release of tracing-core
adds a new on_register_dispatch
method to the
Subscriber
trait to allow the Subscriber
to perform initialization after
being registered as a Dispatch
, and a WeakDispatch
type to allow a
Subscriber
to store its own Dispatch
without creating reference count
cycles.
Added
Subscriber::on_register_dispatch
method (#2269)WeakDispatch
type andDispatch::downgrade()
function (#2293)
Thanks to @jswrenn for contributing to this release!