mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +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",
|
||||
"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" }
|
||||
|
|
Loading…
Reference in a new issue