diff options
author | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
commit | 842d8ad9c8ff4537c545babc5a461811fe870f14 (patch) | |
tree | 83755289f98dd4b25186d233b81ee3a4af904561 /crates/mbe/Cargo.toml | |
parent | a436863364937633335bba8fe4fd81c8fdc33837 (diff) |
Compilation speed
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r-- | crates/mbe/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
18 | syntax = { path = "../syntax", version = "0.0.0" } | 18 | syntax = { path = "../syntax", version = "0.0.0" } |
19 | parser = { path = "../parser", version = "0.0.0" } | 19 | parser = { path = "../parser", version = "0.0.0" } |
20 | tt = { path = "../tt", version = "0.0.0" } | 20 | tt = { path = "../tt", version = "0.0.0" } |
21 | test_utils = { path = "../test_utils", version = "0.0.0" } | ||
22 | stdx = { path = "../stdx", version = "0.0.0" } | 21 | stdx = { path = "../stdx", version = "0.0.0" } |
23 | 22 | ||
24 | [dev-dependencies] | 23 | [dev-dependencies] |
25 | profile = { path = "../profile" } | 24 | profile = { path = "../profile" } |
25 | test_utils = { path = "../test_utils" } | ||