mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-29 07:26:01 -05:00
e8a00d4639
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.