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

@@ -87,7 +87,7 @@ crossbeam = "0.8"
lazy_static = "1.4"
log = { version = "0.4", features = ["std", "release_max_level_info"] }
midi-consts = "0.1"
nih_log = "0.3.0"
nih_log = "0.3.1"
parking_lot = "0.12"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }