tracing-subscriber 0.2.25
·
609 commits
to master
since this release
0.2.25 (October 5, 2021)
This release fixes an issue where a Layer implementation's custom
downcast_raw implementation was lost when wrapping that layer with a
per-layer filter.
Fixed
- registry: Forward
Filtered::downcast_rawto wrappedLayer
(#1619)
Added
Thanks to @bryanburgers for contributing to this release!