mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +03:00
minor: Use parking_lot workspace dependency in helix-vcs
This is a follow-up from the parent commit - I accidentally didn't write the buffer with this change before committing.
This commit is contained in:
parent
b47c9da3a1
commit
44bddf51b7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ helix-core = { path = "../helix-core" }
|
|||
helix-event = { path = "../helix-event" }
|
||||
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
|
||||
parking_lot = "0.12"
|
||||
parking_lot.workspace = true
|
||||
arc-swap = { version = "1.7.1" }
|
||||
|
||||
gix = { version = "0.70.0", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue