Remove 3 suffix for git crate

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-01-03 12:11:59 -08:00
parent 5ddd298b4d
commit 177e3028a9
10 changed files with 12 additions and 485 deletions

View file

@ -30,7 +30,7 @@ db = { path = "../db" }
collections = { path = "../collections" }
# context_menu = { path = "../context_menu" }
fuzzy = { path = "../fuzzy" }
git = { package = "git3", path = "../git3" }
git = { path = "../git" }
gpui = { package = "gpui2", path = "../gpui2" }
language = { path = "../language" }
lsp = { path = "../lsp" }