Remove 2 suffix for ai, zed_actions, install_ci, feature_flags

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-01-03 11:48:46 -08:00
parent ecbd115542
commit 4ddb26204f
60 changed files with 282 additions and 2867 deletions

View file

@ -20,7 +20,7 @@ ui = { package = "ui2", path = "../ui2" }
util = { path = "../util" }
theme = { package = "theme2", path = "../theme2" }
workspace = { path = "../workspace" }
zed_actions = { package = "zed_actions2", path = "../zed_actions2" }
zed_actions = { path = "../zed_actions" }
anyhow.workspace = true
serde.workspace = true