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:
parent
c1df27c792
commit
26fb67b3e4
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7481,7 +7481,6 @@ dependencies = [
|
||||||
name = "recent_projects2"
|
name = "recent_projects2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"db",
|
|
||||||
"editor2",
|
"editor2",
|
||||||
"futures 0.3.28",
|
"futures 0.3.28",
|
||||||
"fuzzy2",
|
"fuzzy2",
|
||||||
|
|
|
@ -9,7 +9,6 @@ path = "src/recent_projects.rs"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
db = { path = "../db" }
|
|
||||||
editor = { package = "editor2", path = "../editor2" }
|
editor = { package = "editor2", path = "../editor2" }
|
||||||
fuzzy = { package = "fuzzy2", path = "../fuzzy2" }
|
fuzzy = { package = "fuzzy2", path = "../fuzzy2" }
|
||||||
gpui = { package = "gpui2", path = "../gpui2" }
|
gpui = { package = "gpui2", path = "../gpui2" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue