diff options
-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 = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" } | 18 | colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"} |
19 | git2 = "0.8.0" | 19 | git2 = "0.8.0" |
20 | clap = "2.33.0" | 20 | clap = "2.33.0" |