summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-09-08 12:31:07 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-09-08 12:31:07 +0800
commitfc14f082847b4d07d7de8c131ccd62fb0318b495 (patch)
tree2d1b0d335f571c6c060d6f1f0031902d84c65be3
parent5d9db95bd60a29752db8ec6f92e3705c73ce117c (diff)
prepare for 0.5.0-alpha.6 release0.5.0-alpha.6
-rw-r--r--Cargo.toml2
-rw-r--r--svgbob/Cargo.toml2
-rw-r--r--svgbob_cli/Cargo.toml4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a213ae..b9adb1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,5 @@ members = [
]
[path.crates-io]
-sauron = { path = "../sauron" }
+#sauron = { path = "../sauron" }
#mt-dom = { path = "../mt-dom" }
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 5353cc9..a690153 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -13,7 +13,7 @@ license = "Apache-2.0"
nalgebra = "0.18.0"
ncollide2d = "0.19.1"
lazy_static = "1.3.0"
-sauron = { version = "0.31", default-features = false, path = "../../sauron" }
+sauron = { version = "0.31", default-features = false }
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 5383530..b74c974 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.5.0-alpha.5"
+version = "0.5.0-alpha.6"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"
@@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = { path = "../svgbob", version = "0.5.0-alpha.5" }
+svgbob = { path = "../svgbob", version = "0.5.0-alpha.6" }
clap = "2.16"