Log assert_no_alloc failures using the logger

This can now finally be enabled thanks to NIH-log explicitly supporting
reentrant logging.

This finally resolves #30.
This commit is contained in:
Robbert van der Helm
2023-03-01 19:53:36 +01:00
parent e9ac1c9efd
commit 4ee5f13638
2 changed files with 2 additions and 7 deletions

1
Cargo.lock generated
View File

@@ -177,6 +177,7 @@ version = "1.1.2"
source = "git+https://github.com/robbert-vdh/rust-assert-no-alloc.git?branch=nih-plug#95120d996240a2c279a6067502e11b62d30563a6"
dependencies = [
"backtrace",
"log",
]
[[package]]