1 2 3 4 5 6 7 8 9 10 11
--- src/lib.rs +++ src/lib.rs @@ -363,7 +363,7 @@ use backtrace::SymbolName; use lazy_static::lazy_static; -use parking_lot::Mutex; +use mintex::Mutex; use rustc_hash::FxHashMap; use serde::Serialize; use std::alloc::{GlobalAlloc, Layout, System};