diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 09:25:19 +0100 |
---|---|---|
committer | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 10:10:41 +0100 |
commit | a8fa5cd42e3cfa131121a46b289ee919e495316e (patch) | |
tree | d72e341c36d588cc44832ed43f769ef345274c54 /crates/mbe | |
parent | e65d48d1fb3d4d91d9dc1148a7a836ff5c9a3c87 (diff) |
Add version to deps in cargo.toml
Diffstat (limited to 'crates/mbe')
-rw-r--r-- | crates/mbe/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index 1aba8b7c4..ecd917792 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml | |||
@@ -13,9 +13,9 @@ rustc-hash = "1.1.0" | |||
13 | smallvec = "1.2.0" | 13 | smallvec = "1.2.0" |
14 | log = "0.4.8" | 14 | log = "0.4.8" |
15 | 15 | ||
16 | syntax = { path = "../syntax" } | 16 | syntax = { path = "../syntax", version = "0.0.0" } |
17 | parser = { path = "../parser" } | 17 | parser = { path = "../parser", version = "0.0.0" } |
18 | tt = { path = "../tt" } | 18 | tt = { path = "../tt", version = "0.0.0" } |
19 | 19 | ||
20 | [dev-dependencies] | 20 | [dev-dependencies] |
21 | test_utils = { path = "../test_utils" } | 21 | test_utils = { path = "../test_utils" } |