Remove unused dependency

Julian Braha created

Change summary

crates/zed/Cargo.toml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/zed/Cargo.toml 🔗

@@ -31,7 +31,6 @@ command_palette = { path = "../command_palette" }
 # component_test = { path = "../component_test" }
 client = { path = "../client" }
 # clock = { path = "../clock" }
-color = { path = "../color" }
 copilot = { path = "../copilot" }
 copilot_ui = { path = "../copilot_ui" }
 diagnostics = { path = "../diagnostics" }