summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-02-14 18:02:31 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-02-14 18:02:31 +0800
commitf8d41a7d19447e46b6c5cf6f6e93c4a09203c48f (patch)
tree4e08e7115c235e0d4e4a9272d3dbbeb1e5b50613 /svgbob_cli
parente999f995e0cdb57aa0c91c84c5a0660652c4bfd3 (diff)
Prepare release 0.5.0-alpha.0rewrite3-vectorize
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 028f0a3..857cec5 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = { version = "0.5.0", path = "../svgbob" }
+svgbob = { version = "0.5.0-alpha.0", path = "../svgbob" }
clap = "2.16"
@@ -18,6 +18,3 @@ clap = "2.16"
name = "svgbob"
path = "src/main.rs"
-[dev-dependencies]
-handlebars = "0.21"
-