From 469e60808923c987d87af57c1c8e28643ffe241e Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Wed, 5 Sep 2018 18:39:27 +0800 Subject: [PATCH] Remove warnings Make to build on stable --- svgbob_cli/Cargo.lock | 8 ++++---- svgbob_cli/Cargo.toml | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock index 2a1d4a9..b088f74 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.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "pom 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -127,12 +127,12 @@ dependencies = [ [[package]] name = "svgbob_cli" -version = "0.3.0" +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.0 (registry+https://github.com/rust-lang/crates.io-index)", + "svgbob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -200,7 +200,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.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab40d67fe9ed3122fd8f957ba38404f5d11bee9d4c365efea8543bb9de38fb6c" +"checksum svgbob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15426af43e0c5db6502cbfbcc3089d1d7e452f43dc24bc48525915cfcfec4096" "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" diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml index c4770e0..bb5b592 100644 --- a/svgbob_cli/Cargo.toml +++ b/svgbob_cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "svgbob_cli" -version = "0.3.0" +version = "0.3.1" authors = ["Jovansonlee Cesar "] description = "Transform your ascii diagrams into happy little SVG" repository = "https://github.com/ivanceras/svgbobrus" @@ -21,3 +21,6 @@ path = "src/main.rs" [dev-dependencies] handlebars = "0.21" +#[replace] +#"svgbob:0.3.1" = {path ="../svgbob"} +