Bump iron to 0.6.0 version
This commit is contained in:
parent
c95efdf8ac
commit
250c736b11
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
- [Fixed] Allow braces in the boolean expression for a toggled class
|
- [Fixed] Allow braces in the boolean expression for a toggled class
|
||||||
- [Fixed] Update to rustc 1.21.0-nightly (f25c2283b 2017-08-15)
|
- [Fixed] Update to rustc 1.21.0-nightly (f25c2283b 2017-08-15)
|
||||||
[#99](https://github.com/lfairy/maud/issues/99)
|
[#99](https://github.com/lfairy/maud/issues/99)
|
||||||
|
- [Changed] Update to Iron >= 0.5.1, < 0.7.0
|
||||||
|
|
||||||
## [0.17.1] - 2017-08-11
|
## [0.17.1] - 2017-08-11
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ categories = ["template-engine"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
|
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
|
||||||
maud_macros = { version = "0.17.1", path = "../maud_macros" }
|
maud_macros = { version = "0.17.1", path = "../maud_macros" }
|
||||||
iron = { version = "0.5.1", optional = true }
|
iron = { version = ">= 0.5.1, < 0.7.0", optional = true }
|
||||||
rocket = { version = "0.3", optional = true }
|
rocket = { version = "0.3", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue