Make sure normal dependencies always have version
This commit is contained in:
parent
81a9ad3672
commit
a89fc070c6
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ log = "0.4.8"
|
|||
syntax = { path = "../syntax", version = "0.0.0" }
|
||||
parser = { path = "../parser", version = "0.0.0" }
|
||||
tt = { path = "../tt", version = "0.0.0" }
|
||||
test_utils = { path = "../test_utils" }
|
||||
test_utils = { path = "../test_utils", version = "0.0.0" }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue