Bump iron to 0.6.0 version

This commit is contained in:
Ernestas Poskus 2017-11-07 18:45:06 +02:00 committed by Chris Wong
parent c95efdf8ac
commit 250c736b11
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- [Fixed] Allow braces in the boolean expression for a toggled class
- [Fixed] Update to rustc 1.21.0-nightly (f25c2283b 2017-08-15)
[#99](https://github.com/lfairy/maud/issues/99)
- [Changed] Update to Iron >= 0.5.1, < 0.7.0
## [0.17.1] - 2017-08-11

View file

@ -15,7 +15,7 @@ categories = ["template-engine"]
[dependencies]
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
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 }
[dev-dependencies]