Remove unused dependency (#6435)
Joseph T. Lyons
created
[[PR Description]]
The `color` crate is not actually used by the `zed` crate, despite being
listed as a dependency. This PR removes it.
Change summary
crates/zed/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
Detailed changes
@@ -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" }