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
2 changed files with 0 additions and 2 deletions

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