Hello,
When I try to import pingora-cache with Cargo, I get this error message:
Failed to select a version for the requirement `pingora-cache = "^0.6.0"`
candidate versions found which didn't match: 0.5.0, 0.4.0, 0.3.0, ...
location searched: crates.io index
required by package `pingora v0.6.0`
... which satisfies dependency `pingora = "^0.6.0"` (locked to 0.6.0)
I think the error message is sufficiently clear.
Cargo.toml :
[package]
name = "pingora_issue"
version = "0.1.0"
edition = "2024"
[dependencies]
pingora = { version = "0.6.0", features = ["cache"] }
Thank you for your effort. 🥇