Remove unused dependency on multibuffer

This commit is contained in:
Oliver Azevedo Barnes 2025-06-29 21:35:23 -03:00
parent 72d0b2402a
commit 7f8dc940f7
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View file

@ -10812,7 +10812,6 @@ dependencies = [
"indoc", "indoc",
"inline_completion", "inline_completion",
"language", "language",
"multi_buffer",
"project", "project",
"schemars", "schemars",
"serde", "serde",

View file

@ -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