replace worktree roots table with serialized worktree roots list

This commit is contained in:
Kay Simmons
2022-12-03 16:05:25 -08:00
committed by Mikayla Maki
parent eb0598dac2
commit d419f27d75
5 changed files with 97 additions and 271 deletions
Generated
+2
View File
@@ -1550,6 +1550,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bincode",
"collections",
"env_logger",
"gpui",
@@ -1557,6 +1558,7 @@ dependencies = [
"lazy_static",
"log",
"parking_lot 0.11.2",
"serde",
"sqlez",
"tempdir",
"util",