summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-04-25 07:00:18 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-04-25 07:00:40 +0800
commit730b9e48ef712b78a7f83c915cfe965fb7c584e3 (patch)
tree4f8a6ce88bb456366183bd68f43ed7dad0aa1eb9
parent62ab3ac3a5936a530953526bb87e9c91d0f134bc (diff)
use the same version in svgbob for svgbob_cli dep
-rw-r--r--svgbob_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 857cec5..391fa12 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-alpha.0", path = "../svgbob" }
+svgbob = { version = "0.5.0-alpha.1", path = "../svgbob" }
clap = "2.16"