@@ -16,20 +16,20 @@ log = "0.4.8"
1616rustc-hash = " 1.1.0"
1717oorandom = " 11.1.2"
1818
19- stdx = { path = " ../stdx" }
20- syntax = { path = " ../syntax" }
21- text_edit = { path = " ../text_edit" }
22- base_db = { path = " ../base_db" }
23- ide_db = { path = " ../ide_db" }
24- cfg = { path = " ../cfg" }
25- profile = { path = " ../profile" }
26- test_utils = { path = " ../test_utils" }
27- assists = { path = " ../assists" }
28- ssr = { path = " ../ssr" }
19+ stdx = { path = " ../stdx" , version = " 0.0.0 " }
20+ syntax = { path = " ../syntax" , version = " 0.0.0 " }
21+ text_edit = { path = " ../text_edit" , version = " 0.0.0 " }
22+ base_db = { path = " ../base_db" , version = " 0.0.0 " }
23+ ide_db = { path = " ../ide_db" , version = " 0.0.0 " }
24+ cfg = { path = " ../cfg" , version = " 0.0.0 " }
25+ profile = { path = " ../profile" , version = " 0.0.0 " }
26+ test_utils = { path = " ../test_utils" , version = " 0.0.0 " }
27+ assists = { path = " ../assists" , version = " 0.0.0 " }
28+ ssr = { path = " ../ssr" , version = " 0.0.0 " }
2929
3030# ide should depend only on the top-level `hir` package. if you need
3131# something from some `hir_xxx` subpackage, reexport the API via `hir`.
32- hir = { path = " ../hir" }
32+ hir = { path = " ../hir" , version = " 0.0.0 " }
3333
3434[dev-dependencies ]
3535expect-test = " 0.1"
0 commit comments