mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
Add missing dev-dependency feature for editor multi_buffer dependency
This commit is contained in:
parent
dc8a853842
commit
d6abd8a2b4
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ util = { path = "../util", features = ["test-support"] }
|
|||
project = { path = "../project", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
multi_buffer = { path = "../multi_buffer", features = ["test-support"] }
|
||||
|
||||
ctor.workspace = true
|
||||
env_logger.workspace = true
|
||||
|
|
Loading…
Reference in a new issue