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",
"inline_completion",
"language",
"multi_buffer",
"project",
"schemars",
"serde",

View file

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