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]
|
||||
|
||||
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
base="$(dirname "$(readlink -f $0)")"
|
||||
cd "$base/maud_macros"
|
||||
cd "$base/iron-maud"
|
||||
|
||||
cargo clean
|
||||
cargo doc
|
||||
|
|
Loading…
Add table
Reference in a new issue