Add missing dev-dependency feature for editor multi_buffer dependency

This commit is contained in:
Max Brunsfeld 2023-10-30 15:32:52 -07:00
parent dc8a853842
commit d6abd8a2b4

View file

@ -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