From ee19a3271423cf96fe55a536844141b6d8599dfc Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Sat, 5 Mar 2022 19:23:43 -0500 Subject: remove ansi-to-tui git version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5ca1ccd..6cb5224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ xdg = "^2" phf = { version = "^0", features = ["macros"], optional = true } trash = { version = "^1", optional = true } unicode-segmentation = "^1" -ansi-to-tui = { git = "https://github.com/uttarayan21/ansi-to-tui", optional = true } # "^0" +ansi-to-tui = { version = "^0", optional = true } notify = "5.0.0-pre.13" [features] -- cgit v1.2.3