summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-04-27 05:00:05 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-04-27 05:03:23 +0800
commit8ce9d6e607408c1f784f96294e2413c1c30b799f (patch)
treeb79942a90c7f33c990233b95b8476cd23b913428
parent78b243cc0f821a1baa053a80dca4c621092eace1 (diff)
prepare 0.5.0-alpha.2
-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 391fa12..da4eaf8 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.1", path = "../svgbob" }
+svgbob = { version = "0.5.0-alpha.1" }
clap = "2.16"