Nu ansi term update (#4988)

* WIP: Testing 0.45.1 nu-ansi-term with the new Default colors

* point reedline to git in cargo.toml
This commit is contained in:
Darren Schroeder
2022-03-26 22:57:31 -05:00
committed by GitHub
parent 82e3bb0f38
commit ee5064abed
7 changed files with 18 additions and 17 deletions

View File

@@ -9,8 +9,6 @@ version = "0.60.1"
[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.60.1" }
nu-ansi-term = "0.45.0"
nu-json = { path = "../nu-json", version = "0.60.1" }
nu-table = { path = "../nu-table", version = "0.60.1" }
serde = { version="1.0.123", features=["derive"] }