summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2018-05-22 21:40:23 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2018-05-22 21:40:23 +0800
commit134b98a5e7cd22293fcf45250abe60fc65380710 (patch)
treefed68be475f3c1643324541f2c31220f30d8c903
parentefb072dcea2d880e30c113f4b86a09600c7a226f (diff)
Bump up version in replace
-rw-r--r--svgbob/Cargo.lock2
-rw-r--r--svgbob_cli/Cargo.lock12
-rw-r--r--svgbob_cli/Cargo.toml2
3 files changed, 8 insertions, 8 deletions
diff --git a/svgbob/Cargo.lock b/svgbob/Cargo.lock
index 7d17391..a53cde2 100644
--- a/svgbob/Cargo.lock
+++ b/svgbob/Cargo.lock
@@ -80,7 +80,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgbob"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pom 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock
index d4fbbad..8e97957 100644
--- a/svgbob_cli/Cargo.lock
+++ b/svgbob_cli/Cargo.lock
@@ -117,7 +117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgbob"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"pom 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -126,18 +126,18 @@ dependencies = [
[[package]]
name = "svgbob"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-replace = "svgbob 0.2.7"
+replace = "svgbob 0.2.8"
[[package]]
name = "svgbob_cli"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"clap 2.31.2 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "svgbob 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "svgbob 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -205,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.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce4450d6982b758228fa5407db2fc27cefccb013c170ade23c03ec3a643bb72"
-"checksum svgbob 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "50c3004a7cc07a119b8aacd8b17ad16f676abaca1e6cfe00945ea7a705b51730"
+"checksum svgbob 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "e0a04e79a650ad14ceb021dc289e9f14e44d21fa44d9a3e9108243eff7797602"
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 04e9e84..766fd5e 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -23,4 +23,4 @@ handlebars = "0.21"
[replace]
-"svgbob:0.2.7" = { path = "../svgbob" }
+"svgbob:0.2.8" = { path = "../svgbob" }