calamine
calamine copied to clipboard
Cargo add calamine fails for dependency to `zip = "~2.5.0"`
Cargo add failing .....
C:\Users\rusttest\Documents\Test\x1>
cargo add calamine
Updating crates.io index
Adding calamine v0.27.0 to dependencies
Features:
- chrono
- dates
- picture
Updating crates.io index
error: failed to select a version for the requirement zip = "~2.5.0"
version 2.5.0 is yanked
location searched: crates.io index
required by package calamine v0.27.0
... which satisfies dependency calamine = "^0.27.0" of package x1 v0.1.0 (C:\Users\rusttest\Documents\Test\x1)
Linked to this PR: https://github.com/tafia/calamine/pull/506
PR merged