chore: Remove 'db' dependency from recent_projects2 (#3740)
It was pulling in gpui1 into zed2 build. Release Notes: - N/A
This commit is contained in:
Generated
-1
@@ -7481,7 +7481,6 @@ dependencies = [
|
||||
name = "recent_projects2"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"db",
|
||||
"editor2",
|
||||
"futures 0.3.28",
|
||||
"fuzzy2",
|
||||
|
||||
@@ -9,7 +9,6 @@ path = "src/recent_projects.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
db = { path = "../db" }
|
||||
editor = { package = "editor2", path = "../editor2" }
|
||||
fuzzy = { package = "fuzzy2", path = "../fuzzy2" }
|
||||
gpui = { package = "gpui2", path = "../gpui2" }
|
||||
|
||||
Reference in New Issue
Block a user