kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
570 stars 27 forks source link

build error: failed to select a version for the requirement `ravif = "^0.8.6"` #46

Closed baumanj closed 2 years ago

baumanj commented 2 years ago
$ cargo update
error: failed to select a version for the requirement `ravif = "^0.8.6"`
candidate versions found which didn't match: 0.8.5
location searched: /Users/jbauman/src/cavif-rs/ravif
required by package `cavif v1.3.2 (/Users/jbauman/src/cavif-rs)`

Should the ravif crate version have been increased to 0.8.6 in https://github.com/kornelski/cavif-rs/commit/8085008cd1cb6d825c4cb7ff3bb10f86b2d11997 ?

kornelski commented 2 years ago

That's odd. 0.8.6 has been published in August.

https://lib.rs/crates/ravif/versions

kornelski commented 2 years ago

I've bumped minor ver and published again.