rust-av/av-metrics

0.5.1 was a hard API break; should be 0.6 - breaks semver

dwbuiten opened this issue · 2 comments

It should be reverterted, tagged as 0.5.2, and then pushed again, and tagged ast 0.6.0 properly.

e.g. see:

   Compiling av-metrics v0.4.0
error[E0107]: wrong number of lifetime arguments: expected 0, found 1
  --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/av-metrics-0.4.0/src/video/decode/y4m.rs:28:40
   |
28 | impl<R: Read> Decoder for y4m::Decoder<'_, R> {
   |                                        ^^ unexpected lifetime argument

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.
error: could not compile `av-metrics`.

Wait why did I open this on av-metrics and not y4m... I need more coffee.

Thanks for the heads up, I overlooked this.