From d0ef795161f1b47f3ef474da25cbb86c8fbbfe99 Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Fri, 17 Jul 2020 04:48:29 +0900 Subject: [PATCH] Bump version (0.1.3 => 0.2.0) --- Cargo.lock | 16 ++++++++-------- README.md | 4 ++-- benches/Cargo.lock | 8 ++++---- benches/Cargo.toml | 2 +- docs/en/docs/installation.md | 4 ++-- examples/Cargo.lock | 8 ++++---- examples/Cargo.toml | 2 +- sailfish-compiler/Cargo.toml | 2 +- sailfish-macros/Cargo.toml | 4 ++-- sailfish-tests/fuzzing-tests/Cargo.lock | 6 +++--- sailfish-tests/fuzzing-tests/Cargo.toml | 2 +- sailfish-tests/integration-tests/Cargo.toml | 2 +- sailfish/Cargo.toml | 2 +- 13 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d73a38d..d21dded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,12 +29,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "integration-tests" -version = "0.1.3" +version = "0.2.0" dependencies = [ "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sailfish 0.1.3", - "sailfish-compiler 0.1.3", - "sailfish-macros 0.1.3", + "sailfish 0.2.0", + "sailfish-compiler 0.2.0", + "sailfish-macros 0.2.0", "trybuild 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -105,7 +105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sailfish" -version = "0.1.3" +version = "0.2.0" dependencies = [ "itoap 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "sailfish-compiler" -version = "0.1.3" +version = "0.2.0" dependencies = [ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -126,10 +126,10 @@ dependencies = [ [[package]] name = "sailfish-macros" -version = "0.1.3" +version = "0.2.0" dependencies = [ "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "sailfish-compiler 0.1.3", + "sailfish-compiler 0.2.0", ] [[package]] diff --git a/README.md b/README.md index 5760ac8..9096026 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Dependencies: ```toml [dependencies] -sailfish = "0.1.3" -sailfish-macros = "0.1.3" +sailfish = "0.2.0" +sailfish-macros = "0.2.0" ``` Template file (templates/hello.stpl): diff --git a/benches/Cargo.lock b/benches/Cargo.lock index f8b8a9f..6b47c6f 100644 --- a/benches/Cargo.lock +++ b/benches/Cargo.lock @@ -188,7 +188,7 @@ checksum = "474a626a67200bd107d44179bb3d4fc61891172d11696609264589be6a0e6a43" [[package]] name = "benches" -version = "0.1.3" +version = "0.2.0" dependencies = [ "askama", "bytes", @@ -1810,7 +1810,7 @@ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" [[package]] name = "sailfish" -version = "0.1.3" +version = "0.2.0" dependencies = [ "itoap", "ryu", @@ -1819,7 +1819,7 @@ dependencies = [ [[package]] name = "sailfish-compiler" -version = "0.1.3" +version = "0.2.0" dependencies = [ "memchr", "proc-macro2 1.0.18", @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "sailfish-macros" -version = "0.1.3" +version = "0.2.0" dependencies = [ "proc-macro2 1.0.18", "sailfish-compiler", diff --git a/benches/Cargo.toml b/benches/Cargo.toml index ac012d4..9c92d5c 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benches" -version = "0.1.3" +version = "0.2.0" authors = ["Dirkjan Ochtman ", "Ryohei Machida "] build = "src/build.rs" edition = "2018" diff --git a/docs/en/docs/installation.md b/docs/en/docs/installation.md index a43fd33..87e0413 100644 --- a/docs/en/docs/installation.md +++ b/docs/en/docs/installation.md @@ -4,8 +4,8 @@ In order to use sailfish templates, you have add two dependencies in your `Cargo ```toml [dependencies] -sailfish = "0.1.3" -sailfish-macros = "0.1.3" +sailfish = "0.2.0" +sailfish-macros = "0.2.0" ``` `sailfish` crate contains runtime for rendering contents, and `sailfish-macros` serves you derive macros to compile and import the template files. diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 155367d..703275e 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1121,7 +1121,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "sailfish" -version = "0.1.3" +version = "0.2.0" dependencies = [ "itoap", "ryu", @@ -1130,7 +1130,7 @@ dependencies = [ [[package]] name = "sailfish-compiler" -version = "0.1.3" +version = "0.2.0" dependencies = [ "memchr", "proc-macro2", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "sailfish-examples" -version = "0.1.3" +version = "0.2.0" dependencies = [ "actix-rt", "actix-web", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "sailfish-macros" -version = "0.1.3" +version = "0.2.0" dependencies = [ "proc-macro2", "sailfish-compiler", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 2c8acc0..dc3c32f 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sailfish-examples" -version = "0.1.3" +version = "0.2.0" authors = ["Ryohei Machida "] edition = "2018" publish = false diff --git a/sailfish-compiler/Cargo.toml b/sailfish-compiler/Cargo.toml index ba2febf..54015f1 100644 --- a/sailfish-compiler/Cargo.toml +++ b/sailfish-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sailfish-compiler" -version = "0.1.3" +version = "0.2.0" authors = ["Ryohei Machida "] description = "Really fast, intuitive template engine for Rust" homepage = "https://github.com/Kogia-sima/sailfish" diff --git a/sailfish-macros/Cargo.toml b/sailfish-macros/Cargo.toml index a6beebc..213ce86 100644 --- a/sailfish-macros/Cargo.toml +++ b/sailfish-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sailfish-macros" -version = "0.1.3" +version = "0.2.0" authors = ["Ryohei Machida "] description = "Really fast, intuitive template engine for Rust" homepage = "https://github.com/Kogia-sima/sailfish" @@ -29,6 +29,6 @@ proc-macro2 = "1.0.11" [dependencies.sailfish-compiler] path = "../sailfish-compiler" -version = "0.1.3" +version = "0.2.0" default-features = false features = ["procmacro"] diff --git a/sailfish-tests/fuzzing-tests/Cargo.lock b/sailfish-tests/fuzzing-tests/Cargo.lock index 75a0b1f..4004ba5 100644 --- a/sailfish-tests/fuzzing-tests/Cargo.lock +++ b/sailfish-tests/fuzzing-tests/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "fuzzing-tests" -version = "0.1.3" +version = "0.2.0" dependencies = [ "afl", "sailfish", @@ -137,7 +137,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "sailfish" -version = "0.1.3" +version = "0.2.0" dependencies = [ "itoap", "ryu", @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "sailfish-compiler" -version = "0.1.3" +version = "0.2.0" dependencies = [ "memchr", "proc-macro2", diff --git a/sailfish-tests/fuzzing-tests/Cargo.toml b/sailfish-tests/fuzzing-tests/Cargo.toml index 4cfe2e5..7442470 100644 --- a/sailfish-tests/fuzzing-tests/Cargo.toml +++ b/sailfish-tests/fuzzing-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzing-tests" -version = "0.1.3" +version = "0.2.0" authors = ["Ryohei Machida "] edition = "2018" publish = false diff --git a/sailfish-tests/integration-tests/Cargo.toml b/sailfish-tests/integration-tests/Cargo.toml index d83f6ab..e926d64 100644 --- a/sailfish-tests/integration-tests/Cargo.toml +++ b/sailfish-tests/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integration-tests" -version = "0.1.3" +version = "0.2.0" authors = ["Kogia-sima "] edition = "2018" publish = false diff --git a/sailfish/Cargo.toml b/sailfish/Cargo.toml index 88966c9..5e65e86 100644 --- a/sailfish/Cargo.toml +++ b/sailfish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sailfish" -version = "0.1.3" +version = "0.2.0" authors = ["Ryohei Machida "] description = "Really fast, intuitive template engine for Rust" homepage = "https://github.com/Kogia-sima/sailfish"