aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-09 18:32:54 +0100
committerNerdyPepper <[email protected]>2019-07-09 18:32:54 +0100
commit88a44a14d2cf1a2ab5a09754ccd74232e7613a5d (patch)
tree5f5e3db1545d3e8c49c555fb04dca4fa854c12e3
parentfc7c2fd47e895950a237467fde305920ade9e136 (diff)
use rev to specify unpublished dep
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1197f22..1b983a9 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 = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" } 18colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"}
19git2 = "0.8.0" 19git2 = "0.8.0"
20clap = "2.33.0" 20clap = "2.33.0"