From 63bd49dba54f83e464ca4cc7e440ff106117403f Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Sat, 6 Jun 2020 19:26:32 +0900 Subject: [PATCH] Bump version (sailfish 0.0.1 => 0.0.2) --- Cargo.lock | 6 +++--- README.md | 2 +- sailfish/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9e1ba5..894d1a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "examples" version = "0.0.1" dependencies = [ - "sailfish 0.0.1", + "sailfish 0.0.2", "sailfish-macros 0.0.1", ] @@ -40,7 +40,7 @@ name = "integration-tests" version = "0.0.1" dependencies = [ "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sailfish 0.0.1", + "sailfish 0.0.2", "sailfish-macros 0.0.1", "trybuild 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -102,7 +102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sailfish" -version = "0.0.1" +version = "0.0.2" dependencies = [ "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/README.md b/README.md index 879091b..778d3b8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dependencies: ```toml [dependencies] -sailfish = "0.0.1" +sailfish = "0.0.2" sailfish-macros = "0.0.1" ``` diff --git a/sailfish/Cargo.toml b/sailfish/Cargo.toml index 048f477..b8875d4 100644 --- a/sailfish/Cargo.toml +++ b/sailfish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sailfish" -version = "0.0.1" +version = "0.0.2" authors = ["Ryohei Machida "] description = "Really fast, intuitive template engine for Rust" homepage = "https://github.com/Kogia-sima/sailfish"