summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/svgbob/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/svgbob/Cargo.toml b/packages/svgbob/Cargo.toml
index 0b91aa0..d90c2ea 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "svgbob"
-version = "0.7.1"
+version = "0.7.2"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
documentation = "https://docs.rs/svgbob"
-keywords = ["ascii","plain","text", "svg", "bob"]
+keywords = ["ascii","plain","text", "diagram", "svg", "bob"]
license = "Apache-2.0"
edition = "2021"
@@ -13,8 +13,8 @@ edition = "2021"
nalgebra = "0.32.1"
parry2d = "0.13.5"
once_cell = "1.18.0"
-#sauron = { version = "0.59.0", default-features = false}
-sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
+sauron = { version = "0.60.0", default-features = false, features = ["with-jss"] }
+#sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
unicode-width = "0.1.9"
itertools = "0.11.0"
pom = { version = "3.2.0" }