aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-09 18:43:25 +0100
committerNerdyPepper <[email protected]>2019-07-09 18:43:25 +0100
commitf1cfcc0f9e70cda1ebef30669c57e08ca80a13dc (patch)
tree738f2ea1533c93da1eb67581aaf4e1ac97dea3bc
parentb2751b9c02229dd71302c19bae4fe505738a0dfc (diff)
must specify version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a3b0dac..1126ba0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ tico = "1.0.0"
17libc = "0.2.55" 17libc = "0.2.55"
18git2 = "0.8.0" 18git2 = "0.8.0"
19clap = "2.33.0" 19clap = "2.33.0"
20colored = { path = "./colored" } 20colored = { path = "./colored", version = "0.1.0" }