mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
Remove unused dep on nu-cli from nu_plugin_chart. (#3709)
This commit is contained in:
parent
008bdfa43f
commit
08306f0db8
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3803,7 +3803,6 @@ name = "nu_plugin_chart"
|
|||
version = "0.33.1"
|
||||
dependencies = [
|
||||
"crossterm 0.19.0",
|
||||
"nu-cli",
|
||||
"nu-data",
|
||||
"nu-errors",
|
||||
"nu-plugin",
|
||||
|
|
|
@ -10,7 +10,6 @@ version = "0.33.1"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-cli = { path="../nu-cli", version="0.33.1" }
|
||||
nu-data = { path="../nu-data", version="0.33.1" }
|
||||
nu-errors = { path="../nu-errors", version="0.33.1" }
|
||||
nu-plugin = { path="../nu-plugin", version="0.33.1" }
|
||||
|
|
Loading…
Reference in a new issue