product · inferred from evidence
Cargo.toml
Rust's manifest file where dependencies like kube are specified.
- Bug(rust): Merge insert doesn't work for table with index
Merge insert failing on a LanceDB table that has an index: an IVFPQ index cannot be built without a minimum number of rows, and creating the index at table-creation time breaks merge insert. Reporter-verified workaround: do not create the i
- error: failed to select a version for the requirement `kube = "^0.86.0"` building Qovery engine
kube 0.86.0 was yanked on crates.io, so any lockfile or requirement pinning exactly that version can no longer resolve. Bump the kube requirement to 0.87.x (or whatever is current) in Cargo.toml and rebuild; the Qovery maintainers did exact