From 88a44a14d2cf1a2ab5a09754ccd74232e7613a5d Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Tue, 9 Jul 2019 23:02:54 +0530 Subject: use rev to specify unpublished dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1197f22..1b983a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ license = "MIT" [dependencies] tico = "1.0.0" libc = "0.2.55" -colored = { git = "https://github.com/JoshMcguigan/colored", branch = "char-count" } +colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"} git2 = "0.8.0" clap = "2.33.0" -- cgit v1.2.3