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",
|
"indoc",
|
||||||
"inline_completion",
|
"inline_completion",
|
||||||
"language",
|
"language",
|
||||||
"multi_buffer",
|
|
||||||
"project",
|
"project",
|
||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -27,7 +27,7 @@ gpui.workspace = true
|
||||||
http_client.workspace = true
|
http_client.workspace = true
|
||||||
inline_completion.workspace = true
|
inline_completion.workspace = true
|
||||||
language.workspace = true
|
language.workspace = true
|
||||||
multi_buffer.workspace = true
|
|
||||||
project.workspace = true
|
project.workspace = true
|
||||||
schemars = { workspace = true, optional = true }
|
schemars = { workspace = true, optional = true }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue