mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
Remove unused nu-test-support
in nu-table
(#7905)
Unused dev-dependency
This commit is contained in:
parent
421bc828ef
commit
6ae497eedc
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2951,7 +2951,6 @@ dependencies = [
|
||||||
"nu-color-config",
|
"nu-color-config",
|
||||||
"nu-engine",
|
"nu-engine",
|
||||||
"nu-protocol",
|
"nu-protocol",
|
||||||
"nu-test-support",
|
|
||||||
"nu-utils",
|
"nu-utils",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tabled",
|
"tabled",
|
||||||
|
|
|
@ -19,4 +19,4 @@ json_to_table = { version = "0.3.1", features = ["color"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nu-test-support = { path="../nu-test-support", version = "0.74.1" }
|
# nu-test-support = { path="../nu-test-support", version = "0.74.1" }
|
||||||
|
|
Loading…
Reference in a new issue