Update to nih_log 0.2.0

This is needed to enable logging for assert_no_alloc failures.
This commit is contained in:
Robbert van der Helm
2023-03-01 19:53:17 +01:00
parent 5a8721f63c
commit e9ac1c9efd
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,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.1.0"
nih_log = "0.2.0"
parking_lot = "0.12"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }