diff options
author | Pavan Kumar Sunkara <[email protected]> | 2021-02-03 12:51:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-03 12:51:07 +0000 |
commit | a89fc070c60ea636061669a5cc3e25ba2c8ca61c (patch) | |
tree | 85925676642e0b50c482cb2bdb7003c7f3223b43 /crates/mbe | |
parent | 81a9ad3672d547b2f5d265766bbb6c79909fb2da (diff) |
Make sure normal dependencies always have version
Diffstat (limited to 'crates/mbe')
-rw-r--r-- | crates/mbe/Cargo.toml | 2 |
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" | |||
17 | syntax = { path = "../syntax", version = "0.0.0" } | 17 | syntax = { path = "../syntax", version = "0.0.0" } |
18 | parser = { path = "../parser", version = "0.0.0" } | 18 | parser = { path = "../parser", version = "0.0.0" } |
19 | tt = { path = "../tt", version = "0.0.0" } | 19 | tt = { path = "../tt", version = "0.0.0" } |
20 | test_utils = { path = "../test_utils" } | 20 | test_utils = { path = "../test_utils", version = "0.0.0" } |
21 | 21 | ||