Drop unused nu-color-config in nu-cmd-lang ()

# Description
Unneeded dependency as `help` moved back to `nu-command`.
Currently probably won't provide a compile time benefit.
This commit is contained in:
Stefan Holderbach
2023-06-15 13:12:01 +02:00
committed by GitHub
parent 90863439d1
commit d371a78a0b
2 changed files with 0 additions and 2 deletions
Cargo.lock
crates/nu-cmd-lang

1
Cargo.lock generated

@ -2783,7 +2783,6 @@ dependencies = [
"fancy-regex", "fancy-regex",
"itertools", "itertools",
"nu-ansi-term", "nu-ansi-term",
"nu-color-config",
"nu-engine", "nu-engine",
"nu-parser", "nu-parser",
"nu-protocol", "nu-protocol",

@ -12,7 +12,6 @@ version = "0.81.1"
bench = false bench = false
[dependencies] [dependencies]
nu-color-config = { path = "../nu-color-config", version = "0.81.1" }
nu-engine = { path = "../nu-engine", version = "0.81.1" } nu-engine = { path = "../nu-engine", version = "0.81.1" }
nu-parser = { path = "../nu-parser", version = "0.81.1" } nu-parser = { path = "../nu-parser", version = "0.81.1" }
nu-protocol = { path = "../nu-protocol", version = "0.81.1" } nu-protocol = { path = "../nu-protocol", version = "0.81.1" }