diff options
author | NerdyPepper <[email protected]> | 2019-07-09 18:43:25 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-09 18:43:25 +0100 |
commit | f1cfcc0f9e70cda1ebef30669c57e08ca80a13dc (patch) | |
tree | 738f2ea1533c93da1eb67581aaf4e1ac97dea3bc | |
parent | b2751b9c02229dd71302c19bae4fe505738a0dfc (diff) |
must specify version
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ tico = "1.0.0" | |||
17 | libc = "0.2.55" | 17 | libc = "0.2.55" |
18 | git2 = "0.8.0" | 18 | git2 = "0.8.0" |
19 | clap = "2.33.0" | 19 | clap = "2.33.0" |
20 | colored = { path = "./colored" } | 20 | colored = { path = "./colored", version = "0.1.0" } |