mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
minor: Use a workspace dependency for parking_lot
This commit is contained in:
parent
fdaf12a35d
commit
b47c9da3a1
5 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p
|
|||
# the event registry is essentially read only but must be an rwlock so we can
|
||||
# setup new events on initialization, hardware-lock-elision hugely benefits this case
|
||||
# as it essentially makes the lock entirely free as long as there is no writes
|
||||
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
|
||||
parking_lot = { workspace = true, features = ["hardware-lock-elision"] }
|
||||
once_cell = "1.21"
|
||||
|
||||
anyhow = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue