diff --git a/crates/storybook/Cargo.toml b/crates/storybook/Cargo.toml index a27079489bb94397e9ec2fdf4fd97a0511445b2e..34f045466f377f4c4515c5f5f419b7cec65a38be 100644 --- a/crates/storybook/Cargo.toml +++ b/crates/storybook/Cargo.toml @@ -20,7 +20,7 @@ ctrlc = "3.4" dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } editor.workspace = true fuzzy.workspace = true -gpui.workspace = true +gpui = { workspace = true, default-features = true } indoc.workspace = true language.workspace = true log.workspace = true