mirror of
https://github.com/nushell/nushell.git
synced 2025-01-10 16:28:50 +01:00
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:
parent
90863439d1
commit
d371a78a0b
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2783,7 +2783,6 @@ dependencies = [
|
||||
"fancy-regex",
|
||||
"itertools",
|
||||
"nu-ansi-term",
|
||||
"nu-color-config",
|
||||
"nu-engine",
|
||||
"nu-parser",
|
||||
"nu-protocol",
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user