zakarumych / rapid-qoi

Fast implementation of QOI format in Rust
Other
91 stars 1 forks source link

Master branch does not compile due to bench tool depending on yanked qoi #3

Closed stephanemagnenat closed 2 years ago

stephanemagnenat commented 2 years ago
cargo build
...
error: failed to select a version for the requirement `qoi = "^0.3"`
candidate versions found which didn't match: 0.4.0

Because it depends on qoi 0.3 which was yanked.

stephanemagnenat commented 2 years ago

Fixed in latest master.