1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-11 03:45:51 +02:00

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

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
Cargo.lock
crates/nu_plugin_chart

1
Cargo.lock generated

@ -3803,7 +3803,6 @@ name = "nu_plugin_chart"
version = "0.33.1" version = "0.33.1"
dependencies = [ dependencies = [
"crossterm 0.19.0", "crossterm 0.19.0",
"nu-cli",
"nu-data", "nu-data",
"nu-errors", "nu-errors",
"nu-plugin", "nu-plugin",

@ -10,7 +10,6 @@ version = "0.33.1"
doctest = false doctest = false
[dependencies] [dependencies]
nu-cli = { path="../nu-cli", version="0.33.1" }
nu-data = { path="../nu-data", version="0.33.1" } nu-data = { path="../nu-data", version="0.33.1" }
nu-errors = { path="../nu-errors", version="0.33.1" } nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" } nu-plugin = { path="../nu-plugin", version="0.33.1" }