From 42b10044fc3d962f0e7c6f8e0fbc9585b81cef86 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 11 Apr 2023 17:43:05 +0200 Subject: [PATCH] Fix running client crate tests --- crates/client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 86a608a00b..560a754bf7 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -45,3 +45,4 @@ collections = { path = "../collections", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } rpc = { path = "../rpc", features = ["test-support"] } settings = { path = "../settings", features = ["test-support"] } +util = { path = "../util", features = ["test-support"] }