Skip to content

Duplicate wkt crate entries in Cargo.lock when using geozero v0.14.0 #271

@geoyogesh

Description

@geoyogesh

When geozero v0.14.0 is included as a dependency in a Rust project (either directly or transitively, e.g., via geoarrow-array), cargo tools (such as cargo llvm-cov, cargo check, or cargo build) report a warning about duplicate entries for the wkt crate in Cargo.lock.

The relevant section from Cargo.lock indicates that geozero v0.14.0 is the common dependency path leading to both wkt v0.11.1 and wkt v0.14.0:
warning[duplicate]: found 2 duplicate entries for crate 'wkt'
┌─ /path/to/your/project/Cargo.lock:XXX:YY

XXX │ ╭ wkt 0.11.1 registry+https://github.com/rust-lang/crates.io-index
XXX │ │ wkt 0.14.0 registry+https://github.com/rust-lang/crates.io-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions