summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-05-09 20:42:44 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-05-09 20:42:44 +0800
commitca8a6b3005041c0f0ca6744fc6cb059bb76e2495 (patch)
tree3b6ad39105b4db0c734874dc222c65bbba573032
parenteb4ac06487e4150b9e5ea016656ce1cc3b8dfdb6 (diff)
use the 0.5.0-alpha.5 as dependency
-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 9dbaf1d..5383530 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 = { path = "../svgbob", version = "0.5.0-alpha.4" }
+svgbob = { path = "../svgbob", version = "0.5.0-alpha.5" }
clap = "2.16"