forked from extern/nushell
Remove inadvertent dep on original ansi_term
(#6965)
Is default feature in `lscolors`. Not needed for function as we use crossterm backend in this case.
This commit is contained in:
committed by
GitHub
parent
f48de73236
commit
1d95861a09
@ -54,7 +54,7 @@ is-root = "0.1.2"
|
||||
itertools = "0.10.0"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.14"
|
||||
lscolors = { version = "0.12.0", features = ["crossterm"]}
|
||||
lscolors = { version = "0.12.0", features = ["crossterm"], default-features = false }
|
||||
md5 = { package = "md-5", version = "0.10.0" }
|
||||
meval = "0.2.0"
|
||||
mime = "0.3.16"
|
||||
|
Reference in New Issue
Block a user