You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.1.24 (April 1, 2022)
This release fixes a bug where setting `NoSubscriber` as the local
default would not locally disable the current global default subscriber.
### 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])
[#1988]: #1988
[#2001]: #2001
[#2022]: #2022
0 commit comments