Release 0.12.0
This commit is contained in:
parent
7d6e2e7c22
commit
c70aa3c7f0
3 changed files with 11 additions and 12 deletions
17
benchmarks/Cargo.lock
generated
17
benchmarks/Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue