mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 23:39:48 +02:00
Fix build breakage - bump ansi term (#651)
* Fix build breakage - bump ansi term * Remove e-q ansi term
This commit is contained in:
@@ -9,7 +9,7 @@ nu-path = { path = "../nu-path" }
|
||||
nu-parser = { path = "../nu-parser" }
|
||||
nu-protocol = { path = "../nu-protocol" }
|
||||
# nu-ansi-term = { path = "../nu-ansi-term" }
|
||||
nu-ansi-term = "0.39.0"
|
||||
nu-ansi-term = "0.42.0"
|
||||
nu-color-config = { path = "../nu-color-config" }
|
||||
|
||||
miette = { version = "3.0.0", features = ["fancy"] }
|
||||
|
Reference in New Issue
Block a user