aboutsummaryrefslogtreecommitdiff
path: root/crates/cfg/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cfg/Cargo.toml')
-rw-r--r--crates/cfg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml
index d2ea551d1..573a69a1c 100644
--- a/crates/cfg/Cargo.toml
+++ b/crates/cfg/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11[dependencies] 11[dependencies]
12rustc-hash = "1.1.0" 12rustc-hash = "1.1.0"
13 13
14tt = { path = "../tt" } 14tt = { path = "../tt", version = "0.0.0" }
15 15
16[dev-dependencies] 16[dev-dependencies]
17mbe = { path = "../mbe" } 17mbe = { path = "../mbe" }