From 842d8ad9c8ff4537c545babc5a461811fe870f14 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Mar 2021 22:30:58 +0300 Subject: Compilation speed --- crates/mbe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/mbe/Cargo.toml') diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index c7d5e39fa..139214207 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml @@ -18,8 +18,8 @@ log = "0.4.8" syntax = { path = "../syntax", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } -test_utils = { path = "../test_utils", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" } [dev-dependencies] profile = { path = "../profile" } +test_utils = { path = "../test_utils" } -- cgit v1.2.3