Remove unused nu-test-support in nu-table (#7905)

Unused dev-dependency
This commit is contained in:
Stefan Holderbach 2023-01-29 23:36:46 +01:00 committed by GitHub
parent 421bc828ef
commit 6ae497eedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2951,7 +2951,6 @@ dependencies = [
"nu-color-config",
"nu-engine",
"nu-protocol",
"nu-test-support",
"nu-utils",
"serde_json",
"tabled",

View File

@ -19,4 +19,4 @@ json_to_table = { version = "0.3.1", features = ["color"] }
serde_json = "1"
[dev-dependencies]
nu-test-support = { path="../nu-test-support", version = "0.74.1" }
# nu-test-support = { path="../nu-test-support", version = "0.74.1" }