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:
Piotr Osiewicz 2023-12-20 20:38:37 +01:00 committed by GitHub
parent c1df27c792
commit 26fb67b3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

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