From c70aa3c7f0d66778f0c7860c39ec1299e79d5e1e Mon Sep 17 00:00:00 2001 From: Chris Wong <lambda.fairy@gmail.com> Date: Sun, 9 Oct 2016 19:55:19 +1300 Subject: [PATCH] Release 0.12.0 --- benchmarks/Cargo.lock | 17 ++++++++--------- maud/Cargo.toml | 2 +- maud_macros/Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/benchmarks/Cargo.lock b/benchmarks/Cargo.lock index d4ab1b7..9954279 100644 --- a/benchmarks/Cargo.lock +++ b/benchmarks/Cargo.lock @@ -2,11 +2,11 @@ name = "benchmarks" version = "0.1.0" dependencies = [ - "handlebars 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", + "handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "horrorshow 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", "liquid 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", - "maud 0.11.1", - "maud_macros 0.11.1", + "maud 0.12.0", + "maud_macros 0.12.0", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -34,10 +34,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "handlebars" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -86,13 +85,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "maud" -version = "0.11.1" +version = "0.12.0" [[package]] name = "maud_macros" -version = "0.11.1" +version = "0.12.0" dependencies = [ - "maud 0.11.1", + "maud 0.12.0", ] [[package]] @@ -246,7 +245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" "checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00" "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685" -"checksum handlebars 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bab872a49fe1eb585e6c23c03f7a062528aafcbdba9456e6bb763b92c054abf2" +"checksum handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "937e9d49d65ffb5f70e95710a6c8539addf40200275ad8b6cdba0f0a59d5814d" "checksum horrorshow 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "234628f89d562b0ad97069e3f808cf109d0ed51b71a7825bfa6d32f317569543" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417" diff --git a/maud/Cargo.toml b/maud/Cargo.toml index 7ae25a1..d17e377 100644 --- a/maud/Cargo.toml +++ b/maud/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "maud" -version = "0.11.1" +version = "0.12.0" authors = ["Chris Wong <lambda.fairy@gmail.com>"] license = "MIT/Apache-2.0" diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml index a518088..f1cedc1 100644 --- a/maud_macros/Cargo.toml +++ b/maud_macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "maud_macros" -version = "0.11.1" +version = "0.12.0" authors = ["Chris Wong <lambda.fairy@gmail.com>"] license = "MIT/Apache-2.0" @@ -14,7 +14,7 @@ Compile-time HTML templates. [dependencies.maud] path = "../maud" -version = "0.11.1" +version = "0.12.0" [lib] name = "maud_macros"