diff options
author | NerdyPepper <[email protected]> | 2019-06-29 14:39:29 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-06-29 14:39:29 +0100 |
commit | 25a8b0da1883182b69f48a1052b30a82b295eab0 (patch) | |
tree | 33dff640427f552ce6d8e0eb9d1e6af82abca0e6 | |
parent | 2254486ed4c6a16ec90df33af561d137439b79ef (diff) |
use @JoshMcguigan's fork of colored, close #1
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ license = "MIT" | |||
15 | [dependencies] | 15 | [dependencies] |
16 | tico = "1.0.0" | 16 | tico = "1.0.0" |
17 | libc = "0.2.55" | 17 | libc = "0.2.55" |
18 | colored = "1.8.0" | 18 | colored = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" } |
19 | git2 = "0.8.0" | 19 | git2 = "0.8.0" |
20 | clap = "2.33.0" | 20 | clap = "2.33.0" |