tracing-core 0.1.29
github-actions
released this
29 Jul 19:46
·
581 commits
to master
since this release
This release of tracing-core
adds PartialEq
and Eq
implementations for
metadata types, and improves error messages when setting the global default
subscriber fails.
Added
PartialEq
andEq
implementations forMetadata
(#2229)PartialEq
andEq
implementations forFieldSet
(#2229)
Fixed
- Fixed unhelpful
fmt::Debug
output fordispatcher::SetGlobalDefaultError
(#2250) - Fixed compilation with
-Z minimal-versions
(#2246)
Thanks to @jswrenn and @CAD97 for contributing to this release!