git -> git3
This is needed for the editor.
This commit is contained in:
parent
54969877a4
commit
cbd902658c
9 changed files with 490 additions and 17 deletions
|
@ -20,7 +20,7 @@ test-support = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
text = { path = "../text" }
|
||||
text = { package = "text2", path = "../text2" }
|
||||
copilot = { package = "copilot2", path = "../copilot2" }
|
||||
client = { package = "client2", path = "../client2" }
|
||||
clock = { path = "../clock" }
|
||||
|
@ -29,7 +29,7 @@ db = { package = "db2", path = "../db2" }
|
|||
fs = { package = "fs2", path = "../fs2" }
|
||||
fsevent = { path = "../fsevent" }
|
||||
fuzzy = { package = "fuzzy2", path = "../fuzzy2" }
|
||||
git = { path = "../git" }
|
||||
git = { package = "git3", path = "../git3" }
|
||||
gpui = { package = "gpui2", path = "../gpui2" }
|
||||
language = { package = "language2", path = "../language2" }
|
||||
lsp = { package = "lsp2", path = "../lsp2" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue