Remove unused dependency on multibuffer
This commit is contained in:
parent
72d0b2402a
commit
7f8dc940f7
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -10812,7 +10812,6 @@ dependencies = [
|
|||
"indoc",
|
||||
"inline_completion",
|
||||
"language",
|
||||
"multi_buffer",
|
||||
"project",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
|
@ -27,7 +27,7 @@ gpui.workspace = true
|
|||
http_client.workspace = true
|
||||
inline_completion.workspace = true
|
||||
language.workspace = true
|
||||
multi_buffer.workspace = true
|
||||
|
||||
project.workspace = true
|
||||
schemars = { workspace = true, optional = true }
|
||||
serde.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue