From d6abd8a2b4f85d88b4bf2c8ee16a550668f72c0e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 30 Oct 2023 15:32:52 -0700 Subject: [PATCH] Add missing dev-dependency feature for editor multi_buffer dependency --- crates/editor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/editor/Cargo.toml b/crates/editor/Cargo.toml index 95d7820063..5113b5e7de 100644 --- a/crates/editor/Cargo.toml +++ b/crates/editor/Cargo.toml @@ -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