forked from extern/nushell
Remove unused dep (#1298)
This commit is contained in:
parent
763fcbc137
commit
407f36af29
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 New Issue
Block a user