mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +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:
@ -10,7 +10,6 @@ version = "0.19.0"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||
nu-errors = {path = "../nu-errors", version = "0.19.0"}
|
||||
nu-plugin = {path = "../nu-plugin", version = "0.19.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
|
||||
|
Reference in New Issue
Block a user