Remove unused dep (#1298)

This commit is contained in:
Jonathan Turner 2020-01-29 16:44:03 +13:00 committed by GitHub
parent 763fcbc137
commit 407f36af29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2376,7 +2376,6 @@ dependencies = [
"getset",
"glob",
"indexmap",
"nu",
"nu-build",
"nu-parser",
"nu-protocol",

View File

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