summaryrefslogtreecommitdiffstats
path: root/svgbob_cli/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob_cli/Cargo.lock')
-rw-r--r--svgbob_cli/Cargo.lock13
1 files changed, 9 insertions, 4 deletions
diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock
index b088f74..4f90bf0 100644
--- a/svgbob_cli/Cargo.lock
+++ b/svgbob_cli/Cargo.lock
@@ -117,8 +117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgbob"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.3.2"
dependencies = [
"pom 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -126,13 +125,19 @@ dependencies = [
]
[[package]]
+name = "svgbob"
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+replace = "svgbob 0.3.2"
+
+[[package]]
name = "svgbob_cli"
version = "0.3.1"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "svgbob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "svgbob 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -200,7 +205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
"checksum svg 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "7518a18ac78da03c41ca0611128c6d8adf1efae0773c337d6c19793dce860c9b"
-"checksum svgbob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15426af43e0c5db6502cbfbcc3089d1d7e452f43dc24bc48525915cfcfec4096"
+"checksum svgbob 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c9e17b7b792998e8c1b41fc5ffd38a1b8b809976d6be664cfe9172bba436c397"
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"