tool · inferred from evidence
Cargo
Rust's package manager and build system, used to manage dependencies like kube in Cargo.toml.
- error: failed to select a version for the requirement `kube = "^0.86.0"` building Qovery engine
Tried building the Qovery engine project locally with cargo build and it failed during dependency resolution. The error said it could not select a version for the requirement kube = "^0.86.0", listing candidate versions that did not match.