From 867fdf8f03a25862c122614688c38f5e26e08e1f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Mar 2021 14:54:50 +0300 Subject: Improve compilation speed --- crates/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index c39095def..33bde099b 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -25,10 +25,10 @@ serde = { version = "1.0.106", features = ["derive"] } stdx = { path = "../stdx", version = "0.0.0" } text_edit = { path = "../text_edit", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } -test_utils = { path = "../test_utils", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] +test_utils = { path = "../test_utils" } walkdir = "2.3.1" rayon = "1" expect-test = "1.1" -- cgit v1.2.3