From 3228a553298e5ed11fd4586ca2bce9b74a9d61e3 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 30 Oct 2021 07:40:20 -0600 Subject: [PATCH] Fix test-support feature propagation for editor and workspace --- crates/zed/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 53718d5a69..1a536ef73f 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -17,11 +17,13 @@ path = "src/main.rs" test-support = [ "buffer/test-support", "client/test-support", + "editor/test-support", "gpui/test-support", "language/test-support", "project/test-support", "rpc/test-support", "tempdir", + "workspace/test-support", ] [dependencies]