diff options
Diffstat (limited to 'crates/cfg')
-rw-r--r-- | crates/cfg/Cargo.toml | 2 |
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] |
12 | rustc-hash = "1.1.0" | 12 | rustc-hash = "1.1.0" |
13 | 13 | ||
14 | tt = { path = "../tt" } | 14 | tt = { path = "../tt", version = "0.0.0" } |
15 | 15 | ||
16 | [dev-dependencies] | 16 | [dev-dependencies] |
17 | mbe = { path = "../mbe" } | 17 | mbe = { path = "../mbe" } |