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

@ -23,7 +23,7 @@ test-support = [
client = { path = "../client" }
clock = { path = "../clock" }
collections = { path = "../collections" }
git = { package = "git3", path = "../git3" }
git = { path = "../git" }
gpui = { package = "gpui2", path = "../gpui2" }
language = { path = "../language" }
lsp = { path = "../lsp" }