mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
Remove unused dep (#1298)
This commit is contained in:
parent
763fcbc137
commit
407f36af29
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2376,7 +2376,6 @@ dependencies = [
|
||||||
"getset",
|
"getset",
|
||||||
"glob",
|
"glob",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"nu",
|
|
||||||
"nu-build",
|
"nu-build",
|
||||||
"nu-parser",
|
"nu-parser",
|
||||||
"nu-protocol",
|
"nu-protocol",
|
||||||
|
|
|
@ -10,7 +10,6 @@ license = "MIT"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu = { path = "../..", version = "0.9.0" }
|
|
||||||
nu-parser = { path = "../nu-parser", version = "0.9.0" }
|
nu-parser = { path = "../nu-parser", version = "0.9.0" }
|
||||||
nu-source = { path = "../nu-source", version = "0.9.0" }
|
nu-source = { path = "../nu-source", version = "0.9.0" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.9.0" }
|
nu-protocol = { path = "../nu-protocol", version = "0.9.0" }
|
||||||
|
|
Loading…
Reference in a new issue