Make sure normal dependencies always have version
This commit is contained in:
committed by
GitHub
parent
81a9ad3672
commit
a89fc070c6
@@ -17,5 +17,5 @@ log = "0.4.8"
|
|||||||
syntax = { path = "../syntax", version = "0.0.0" }
|
syntax = { path = "../syntax", version = "0.0.0" }
|
||||||
parser = { path = "../parser", version = "0.0.0" }
|
parser = { path = "../parser", version = "0.0.0" }
|
||||||
tt = { path = "../tt", 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" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user