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

# 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

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

View File

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