Skip to content

Commit

Permalink
Enable ansi-parsing feature for console
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic authored and djc committed Oct 25, 2021
1 parent bba6a19 commit 2e8d30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 2e8d30a

Please sign in to comment.