-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)🪳 bugSomething isn't workingSomething isn't working
Description
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 (
Line 267 in c6cde9a
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 crate
parking_lot``.
PR incoming.
Wumpf
Metadata
Metadata
Assignees
Labels
🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)🪳 bugSomething isn't workingSomething isn't working