Release 0.10.0

This commit is contained in:
Chris Wong 2016-09-20 23:45:50 +12:00
parent 0379073308
commit d7071d1fe9
4 changed files with 14 additions and 5 deletions

View file

@ -1,11 +1,20 @@
[package]
name = "iron-maud"
version = "0.1.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/maud/iron-maud"
homepage = "http://lfairy.gitbooks.io/maud/content/"
repository = "https://github.com/lfairy/maud"
description = """
Maud integration for the Iron web framework.
"""
[dependencies]
iron = "0.4.0"
[dependencies.maud]
path = "../maud"
version = "0.9.0"
version = "0.10.0"

View file

@ -1,7 +1,7 @@
[package]
name = "maud"
version = "0.9.0"
version = "0.10.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"

View file

@ -1,7 +1,7 @@
[package]
name = "maud_macros"
version = "0.9.2"
version = "0.10.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.9.0"
version = "=0.10.0"
[lib]
name = "maud_macros"

View file

@ -3,7 +3,7 @@
set -e
base="$(dirname "$(readlink -f $0)")"
cd "$base/maud_macros"
cd "$base/iron-maud"
cargo clean
cargo doc