From 2e8d30ac35fcb535092dd1d91704f7c0019346a8 Mon Sep 17 00:00:00 2001 From: Redzic Date: Mon, 18 Oct 2021 16:38:22 -0500 Subject: [PATCH] Enable `ansi-parsing` feature for `console` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adef1c48..5d2e1579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["screenshots/*"] regex = { version = "1.3.1", default-features = false, features = ["std"] } lazy_static = "1.0" number_prefix = "0.4" -console = { version = "0.15.0", default-features = false } +console = { version = "0.15.0", default-features = false, features = ["ansi-parsing"] } unicode-segmentation = { version = "1.6.0", optional = true } unicode-width = { version = "0.1.7", optional = true } rayon = { version = "1.0", optional = true }