mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-12 15:32:09 -04:00
I'm getting deprecation warnings for std::sync::ONCE_INIT, and I'm not sure when std::sync::Once::new() became a const fn. Just as easy to switch to parking_lot.