mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:06:08 +02:00
Remove unused deps or move to devdeps (#7537)
# Description General tree shaking through `cargo +nightly udeps` and moving mentions of `nu-test-support` to the dev deps. Also since #7488 no separate import of `nu-path` necessary cc @webbedspace
This commit is contained in:
committed by
GitHub
parent
58cea7e8b4
commit
91df6c236f
@ -18,7 +18,6 @@ nu-path = { path = "../nu-path", version = "0.72.2" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.72.2" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.72.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.72.2" }
|
||||
nu-table = { path = "../nu-table", version = "0.72.2" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.72.2" }
|
||||
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}
|
||||
|
Reference in New Issue
Block a user