Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Insufficiently strict version constraint on parking_lot #10731

@sdd

Description

@sdd

Describe the bug

re_chunk_store depends on parking_lot::ArcRwLockReadGuard which was only added in parking_lot 0.12.3, but the workspace Cargo.toml specifies the version dependency of parking_lot as 0.12 (

parking_lot = "0.12"
)

This caused my attempt to cargo add rerun to a project that already had parking_lot 0.12.0 to fail with error[E0412]: cannot find type ArcRwLockReadGuardin crateparking_lot``.

PR incoming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions