mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:05:02 +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:
@ -22,13 +22,11 @@ getset = "0.1.1"
|
||||
indexmap = { version = "1.6.0", features = ["serde-1"] }
|
||||
log = "0.4.11"
|
||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
||||
num-format = { version = "0.4.0", features = ["with-num-bigint"] }
|
||||
num-traits = "0.2.12"
|
||||
parking_lot = "0.11.0"
|
||||
query_interface = "0.3.5"
|
||||
serde = { version = "1.0.115", features = ["derive"] }
|
||||
toml = "0.5.6"
|
||||
umask = "1.0.0"
|
||||
|
||||
nu-errors = {version = "0.19.0", path = "../nu-errors"}
|
||||
nu-protocol = {version = "0.19.0", path = "../nu-protocol"}
|
||||
|
Reference in New Issue
Block a user