From 25a8b0da1883182b69f48a1052b30a82b295eab0 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Sat, 29 Jun 2019 19:09:29 +0530 Subject: use @JoshMcguigan's fork of colored, close #1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7420c74..2bef8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ license = "MIT" [dependencies] tico = "1.0.0" libc = "0.2.55" -colored = "1.8.0" +colored = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" } git2 = "0.8.0" clap = "2.33.0" -- cgit v1.2.3