From cbdc07dcd0fe7811615333c91d95d93815eee9f5 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:07:40 +0100 Subject: [PATCH] project: enable missing project_core/test-support feature when test-support is enabled (#8471) This fixes collab's test build failure that @ConradIrwin spotted. Release Notes: - N/A --- crates/project/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/project/Cargo.toml b/crates/project/Cargo.toml index e97fca9d67..e0d69b3e61 100644 --- a/crates/project/Cargo.toml +++ b/crates/project/Cargo.toml @@ -16,6 +16,7 @@ test-support = [ "settings/test-support", "text/test-support", "prettier/test-support", + "project_core/test-support", "gpui/test-support", ]