Remove unused dep on nu-cli from nu_plugin_chart. (#3709)

This commit is contained in:
Bruce Mitchener 2021-06-30 12:47:28 +07:00 committed by GitHub
parent 008bdfa43f
commit 08306f0db8
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

@ -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",

View File

@ -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" }