summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2020-01-29 16:44:03 +1300
committerGitHub <noreply@github.com>2020-01-29 16:44:03 +1300
commit407f36af293f5337ca447e7ef6e9e940e764996d (patch)
treed7c12d37620e2ae6a37ab3717aa7432f96e50d70
parent763fcbc1371705e8bb99f57b64a2d61eb92754ac (diff)
Remove unused dep (#1298)0.9.0
-rw-r--r--Cargo.lock1
-rw-r--r--crates/nu-test-support/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 79531e9f9..1d2c7431d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2376,7 +2376,6 @@ dependencies = [
"getset",
"glob",
"indexmap",
- "nu",
"nu-build",
"nu-parser",
"nu-protocol",
diff --git a/crates/nu-test-support/Cargo.toml b/crates/nu-test-support/Cargo.toml
index 4f69c0e52..b1602115a 100644
--- a/crates/nu-test-support/Cargo.toml
+++ b/crates/nu-test-support/Cargo.toml
@@ -10,7 +10,6 @@ license = "MIT"
doctest = false
[dependencies]
-nu = { path = "../..", version = "0.9.0" }
nu-parser = { path = "../nu-parser", version = "0.9.0" }
nu-source = { path = "../nu-source", version = "0.9.0" }
nu-protocol = { path = "../nu-protocol", version = "0.9.0" }