diff --git a/Cargo.lock b/Cargo.lock index f5affea58382c0f57610f8d4581361ec72b84440..241448fc4a89999b21bfc6eee45d1396d75bc283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7778,7 +7778,6 @@ dependencies = [ "story", "strum", "theme", - "ui", "util", ] @@ -10089,7 +10088,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.119.0" +version = "0.120.0" dependencies = [ "activity_indicator", "ai", diff --git a/crates/storybook/Cargo.toml b/crates/storybook/Cargo.toml index 4c4caef30d4c1c789889be7c099b714c643bcc16..3a807cf003147661b84d4988ca086fa30e05aec3 100644 --- a/crates/storybook/Cargo.toml +++ b/crates/storybook/Cargo.toml @@ -14,6 +14,7 @@ anyhow.workspace = true backtrace-on-stack-overflow = "0.3.0" chrono = "0.4" clap = { version = "4.4", features = ["derive", "string"] } +strum = { version = "0.25.0", features = ["derive"] } dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } editor = { path = "../editor" } fuzzy = { path = "../fuzzy" } @@ -28,10 +29,8 @@ settings = { path = "../settings" } simplelog = "0.9" smallvec.workspace = true story = { path = "../story" } -strum = { version = "0.25.0", features = ["derive"] } theme = { path = "../theme" } menu = { path = "../menu" } -ui = { path = "../ui", features = ["stories"] } util = { path = "../util" } picker = { path = "../picker" } diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index a5520745498316273a1c32b7ef8f7c801767cfca..c5e76e804003c6ccd94152151d2d222b68a84952 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition = "2021" name = "zed" -version = "0.119.0" +version = "0.120.0" publish = false [lib]