mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 23:17:53 +02:00
remove unused dependencies (#2520)
* remove unused dependencies * moved umask to cfg(unix) * changed Inflector to inflector, hoping it fixes the issue. * roll back Inflector * removed commented out deps now that everything looks good.
This commit is contained in:
@ -11,7 +11,6 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-errors = {path = "../nu-errors", version = "0.19.0"}
|
||||
nu-parser = {path = "../nu-parser", version = "0.19.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
|
||||
nu-source = {path = "../nu-source", version = "0.19.0"}
|
||||
|
||||
|
Reference in New Issue
Block a user