Closed FreezyLemon closed 7 months ago
Errors in ffmpeg crate build. I'll take a look...
I think this one is fine to merge as-is... The FFmpeg build error will need to be fixed either by pinning FFmpeg to 5.X or by updating ffmpeg-the-third
to support 6.1
Now, this is technically a breaking change because
MetricsError::NonExhaustive
is technically part of the public API. But given that it isdoc(hidden)
and explicitly not supposed to be used, I think this change is fine?I also updated one crate, which should hopefully be uncontroversial (proc-macro2)