master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

Remove once_cell dependency #874

Closed FreezyLemon closed 1 month ago

FreezyLemon commented 1 month ago

OnceLock was stabilized in 1.70 (MSRV is also 1.70).

FreezyLemon commented 1 month ago

Oh, I missed that there's still some usages of once_cell::sync::Lazy in av1an-core. Those should wait for MSRV >= 1.80 where LazyLock is stabilized.