Use the slotmap workspace dependency in helix-view
This workspace dependency is already used in `helix-core` and `helix-lsp`. This change uses it in `helix-view` as well for consistency.
This commit is contained in:
parent
e70f8833e2
commit
0ea401d2d7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std
|
|||
tokio-stream = "0.1"
|
||||
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
|
||||
|
||||
slotmap = "1"
|
||||
slotmap.workspace = true
|
||||
|
||||
chardetng = "0.1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue