Remove zed -> ... -> semantic_index -> zed Cargo dependency cycle
This commit is contained in:
parent
45f3a98359
commit
525ff6bf74
4 changed files with 5 additions and 5 deletions
|
@ -51,7 +51,6 @@ workspace = { path = "../workspace", features = ["test-support"] }
|
|||
settings = { path = "../settings", features = ["test-support"]}
|
||||
rust-embed = { version = "8.0", features = ["include-exclude"] }
|
||||
client = { path = "../client" }
|
||||
zed = { path = "../zed"}
|
||||
node_runtime = { path = "../node_runtime"}
|
||||
|
||||
pretty_assertions.workspace = true
|
||||
|
@ -70,6 +69,3 @@ tree-sitter-elixir.workspace = true
|
|||
tree-sitter-lua.workspace = true
|
||||
tree-sitter-ruby.workspace = true
|
||||
tree-sitter-php.workspace = true
|
||||
|
||||
[[example]]
|
||||
name = "eval"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue