summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"