Upgrade NIH-log to 0.3.1

This fixes the local time offsets on Linux.
This commit is contained in:
Robbert van der Helm
2023-04-24 23:57:52 +02:00
parent 5e69910616
commit 1cedd1fd7e
3 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ state is to list breaking changes.
### Fixed
- The logger now uses the correct local time offset on Linux instead of
defaulting to UTC due to some implementation details of the underlying `time`
crate.
- The buffer changes from March 31st broke the sample accurate automation
feature. This has now been fixed.