summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/Cargo.toml')
-rw-r--r--svgbob/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 63e9065..357d7bf 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
-version = "0.5.5"
+version = "0.6.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"
@@ -13,7 +13,7 @@ license = "Apache-2.0"
nalgebra = "0.28"
parry2d = "0.6"
lazy_static = "1.3.0"
-sauron = { version = "0.40"}
+sauron = { version = "0.41"}
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }