diff options
author | NerdyPepper <[email protected]> | 2019-07-09 18:32:54 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-09 18:32:54 +0100 |
commit | 88a44a14d2cf1a2ab5a09754ccd74232e7613a5d (patch) | |
tree | 5f5e3db1545d3e8c49c555fb04dca4fa854c12e3 | |
parent | fc7c2fd47e895950a237467fde305920ade9e136 (diff) |
use rev to specify unpublished dep
-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" |