aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-12 15:49:48 +0100
committerGitHub <[email protected]>2020-08-12 15:49:48 +0100
commit6dba0e1c4de3b225556f7fce70518c8ebff170a6 (patch)
tree1bf923c652e0bdb325240e27bb07e3c552a1aa07 /crates/ra_proc_macro_srv/Cargo.toml
parent147547e7b85e80e2e30aa1a5ba4d9d0969908398 (diff)
parent550d7fbe3cbf2af4a47fca6c9bbefaf798cd7b7b (diff)
Merge #5725
5725: Rename ra_tt -> tt r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_proc_macro_srv/Cargo.toml')
-rw-r--r--crates/ra_proc_macro_srv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml
index bc119a6c7..a690cc044 100644
--- a/crates/ra_proc_macro_srv/Cargo.toml
+++ b/crates/ra_proc_macro_srv/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10doctest = false 10doctest = false
11 11
12[dependencies] 12[dependencies]
13ra_tt = { path = "../ra_tt" } 13tt = { path = "../tt" }
14ra_mbe = { path = "../ra_mbe" } 14ra_mbe = { path = "../ra_mbe" }
15ra_proc_macro = { path = "../ra_proc_macro" } 15ra_proc_macro = { path = "../ra_proc_macro" }
16goblin = "0.2.1" 16goblin = "0.2.1"