1
0
Fork 0

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

4
Cargo.lock generated
View file

@ -2392,9 +2392,9 @@ dependencies = [
[[package]]
name = "nih_log"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6770b5cd61a41a585c932979a3da2b3248be00e879b9cf85ddfb97040ce3f40a"
checksum = "016c1e345f1130730057d9b5381f423a36393b21c4f38f3ed05638448b6a5c48"
dependencies = [
"atty",
"log",

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"] }