mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 19:59:16 +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:
@@ -13,7 +13,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# nu-ansi-term = { path = "../nu-ansi-term" }
|
||||
nu-ansi-term = "0.39.0"
|
||||
nu-ansi-term = "0.42.0"
|
||||
nu-protocol = { path = "../nu-protocol"}
|
||||
regex = "1.4"
|
||||
unicode-width = "0.1.8"
|
||||
|
Reference in New Issue
Block a user