mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Remove unused nu-json
from nu-protocol
(#8417)
This dependency apears unnecessary and should remove a link in the crate graph that could favor parallel compilation
This commit is contained in:
parent
808e523adc
commit
79d0735864
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2973,7 +2973,6 @@ dependencies = [
|
|||
"indexmap",
|
||||
"lru",
|
||||
"miette",
|
||||
"nu-json",
|
||||
"nu-test-support",
|
||||
"nu-utils",
|
||||
"num-format",
|
||||
|
|
|
@ -14,7 +14,6 @@ bench = false
|
|||
|
||||
[dependencies]
|
||||
nu-utils = { path = "../nu-utils", version = "0.76.1" }
|
||||
nu-json = { path = "../nu-json", version = "0.76.1" }
|
||||
|
||||
byte-unit = "4.0.9"
|
||||
chrono = { version = "0.4.23", features = [
|
||||
|
|
Loading…
Reference in a new issue