aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cfg/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_cfg/Cargo.toml')
-rw-r--r--crates/ra_cfg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cfg/Cargo.toml b/crates/ra_cfg/Cargo.toml
index 6425cd6d6..770a40742 100644
--- a/crates/ra_cfg/Cargo.toml
+++ b/crates/ra_cfg/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
12rustc-hash = "1.1.0" 12rustc-hash = "1.1.0"
13 13
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15tt = { path = "../ra_tt", package = "ra_tt" } 15tt = { path = "../tt" }
16 16
17[dev-dependencies] 17[dev-dependencies]
18mbe = { path = "../ra_mbe", package = "ra_mbe" } 18mbe = { path = "../ra_mbe", package = "ra_mbe" }