1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 12:56:22 +02:00

Remove unused dep ()

This commit is contained in:
Jonathan Turner
2020-01-29 16:44:03 +13:00
committed by GitHub
parent 763fcbc137
commit 407f36af29
2 changed files with 0 additions and 2 deletions
Cargo.lock
crates/nu-test-support

1
Cargo.lock generated

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

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