diff --git a/Cargo.lock b/Cargo.lock index 2393bd29d5a..bdadfd87671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5313,6 +5313,7 @@ dependencies = [ "util", "wasmtime", "watch", + "workspace", "zeta_prompt", ] diff --git a/crates/edit_prediction/Cargo.toml b/crates/edit_prediction/Cargo.toml index f2534545abc..394afc0eb70 100644 --- a/crates/edit_prediction/Cargo.toml +++ b/crates/edit_prediction/Cargo.toml @@ -78,4 +78,5 @@ lsp.workspace = true parking_lot.workspace = true project = { workspace = true, features = ["test-support"] } settings = { workspace = true, features = ["test-support"] } +workspace = { workspace = true, features = ["test-support"] } zlog.workspace = true diff --git a/crates/edit_prediction_cli/Cargo.toml b/crates/edit_prediction_cli/Cargo.toml index 874f344865e..b8d35c2b8be 100644 --- a/crates/edit_prediction_cli/Cargo.toml +++ b/crates/edit_prediction_cli/Cargo.toml @@ -67,8 +67,9 @@ similar = "2.7.0" ignored = ["wasmtime"] [dev-dependencies] -indoc.workspace = true gpui = { workspace = true, features = ["test-support"] } -project = { workspace = true, features = ["test-support"] } +indoc.workspace = true pretty_assertions.workspace = true +project = { workspace = true, features = ["test-support"] } tempfile.workspace = true +workspace = { workspace = true, features = ["test-support"] }