aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe
diff options
context:
space:
mode:
authorPavan Kumar Sunkara <[email protected]>2021-02-03 12:51:07 +0000
committerGitHub <[email protected]>2021-02-03 12:51:07 +0000
commita89fc070c60ea636061669a5cc3e25ba2c8ca61c (patch)
tree85925676642e0b50c482cb2bdb7003c7f3223b43 /crates/mbe
parent81a9ad3672d547b2f5d265766bbb6c79909fb2da (diff)
Make sure normal dependencies always have version
Diffstat (limited to 'crates/mbe')
-rw-r--r--crates/mbe/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 43bc10490..ef0907194 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -17,5 +17,5 @@ log = "0.4.8"
17syntax = { path = "../syntax", version = "0.0.0" } 17syntax = { path = "../syntax", version = "0.0.0" }
18parser = { path = "../parser", version = "0.0.0" } 18parser = { path = "../parser", version = "0.0.0" }
19tt = { path = "../tt", version = "0.0.0" } 19tt = { path = "../tt", version = "0.0.0" }
20test_utils = { path = "../test_utils" } 20test_utils = { path = "../test_utils", version = "0.0.0" }
21 21