aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv
diff options
context:
space:
mode:
Diffstat (limited to 'crates/proc_macro_srv')
-rw-r--r--crates/proc_macro_srv/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml
index a468b5560..700d2c0f7 100644
--- a/crates/proc_macro_srv/Cargo.toml
+++ b/crates/proc_macro_srv/Cargo.toml
@@ -13,10 +13,10 @@ goblin = "0.2.1"
13libloading = "0.6.0" 13libloading = "0.6.0"
14memmap = "0.7" 14memmap = "0.7"
15 15
16tt = { path = "../tt" } 16tt = { path = "../tt", version = "0.0.0" }
17mbe = { path = "../mbe" } 17mbe = { path = "../mbe", version = "0.0.0" }
18proc_macro_api = { path = "../proc_macro_api" } 18proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
19test_utils = { path = "../test_utils" } 19test_utils = { path = "../test_utils", version = "0.0.0" }
20 20
21[dev-dependencies] 21[dev-dependencies]
22cargo_metadata = "0.11.1" 22cargo_metadata = "0.11.1"