aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mbe')
-rw-r--r--crates/mbe/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 1aba8b7c4..ecd917792 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -13,9 +13,9 @@ rustc-hash = "1.1.0"
13smallvec = "1.2.0" 13smallvec = "1.2.0"
14log = "0.4.8" 14log = "0.4.8"
15 15
16syntax = { path = "../syntax" } 16syntax = { path = "../syntax", version = "0.0.0" }
17parser = { path = "../parser" } 17parser = { path = "../parser", version = "0.0.0" }
18tt = { path = "../tt" } 18tt = { path = "../tt", version = "0.0.0" }
19 19
20[dev-dependencies] 20[dev-dependencies]
21test_utils = { path = "../test_utils" } 21test_utils = { path = "../test_utils" }