aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-06-29 14:39:29 +0100
committerNerdyPepper <[email protected]>2019-06-29 14:39:29 +0100
commit25a8b0da1883182b69f48a1052b30a82b295eab0 (patch)
tree33dff640427f552ce6d8e0eb9d1e6af82abca0e6
parent2254486ed4c6a16ec90df33af561d137439b79ef (diff)
use @JoshMcguigan's fork of colored, close #1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7420c74..2bef8c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,6 @@ license = "MIT"
15[dependencies] 15[dependencies]
16tico = "1.0.0" 16tico = "1.0.0"
17libc = "0.2.55" 17libc = "0.2.55"
18colored = "1.8.0" 18colored = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" }
19git2 = "0.8.0" 19git2 = "0.8.0"
20clap = "2.33.0" 20clap = "2.33.0"