summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoah Too <krivahtoo@gmail.com>2022-06-22 18:05:51 +0300
committerGitHub <noreply@github.com>2022-06-22 11:05:51 -0400
commit05d16b4083d07fe00ae7c0da23aa19d1d4321f56 (patch)
tree0f6c0b32d5a0692cbaa528b934b9f8c90973a3d3 /Cargo.toml
parentba9a5726ab31071c83e83fc808a910fccdbd86f7 (diff)
Bump `ansi-to-tui` to `0.6` and remove `tui_old` (#179)
`ansi-to-tui` 0.6 uses the latest `tui`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66084ca..bc02d5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,8 +31,7 @@ structopt = "^0"
termion = "^1"
toml = "^0"
trash = { version = "^2", optional = true }
-tui_old = { package = "tui", version = "0.17", default-features = false, features = ["termion"] }
-tui = { version = "0.18", default-features = false, features = ["termion"] }
+tui = { version = "^0", default-features = false, features = ["termion"] }
unicode-segmentation = "^1"
unicode-width = "^0"
users = "^0"