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

@ -12,7 +12,7 @@ anyhow.workspace = true
clock = { path = "../clock" }
lazy_static.workspace = true
sum_tree = { path = "../sum_tree" }
text = { path = "../text" }
text = { package = "text2", path = "../text2" }
collections = { path = "../collections" }
util = { path = "../util" }
log.workspace = true