Release 0.10.0
This commit is contained in:
parent
0379073308
commit
d7071d1fe9
4 changed files with 14 additions and 5 deletions
|
@ -1,11 +1,20 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "iron-maud"
|
name = "iron-maud"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
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]
|
[dependencies]
|
||||||
iron = "0.4.0"
|
iron = "0.4.0"
|
||||||
|
|
||||||
[dependencies.maud]
|
[dependencies.maud]
|
||||||
path = "../maud"
|
path = "../maud"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "maud"
|
name = "maud"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
||||||
|
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "maud_macros"
|
name = "maud_macros"
|
||||||
version = "0.9.2"
|
version = "0.10.0"
|
||||||
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
||||||
|
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
@ -14,7 +14,7 @@ Compile-time HTML templates.
|
||||||
|
|
||||||
[dependencies.maud]
|
[dependencies.maud]
|
||||||
path = "../maud"
|
path = "../maud"
|
||||||
version = "=0.9.0"
|
version = "=0.10.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "maud_macros"
|
name = "maud_macros"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
base="$(dirname "$(readlink -f $0)")"
|
base="$(dirname "$(readlink -f $0)")"
|
||||||
cd "$base/maud_macros"
|
cd "$base/iron-maud"
|
||||||
|
|
||||||
cargo clean
|
cargo clean
|
||||||
cargo doc
|
cargo doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue