Skip to content

Commit

Permalink
Bump iron to 0.6.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-poskus authored and lambda-fairy committed Nov 12, 2017
1 parent c95efdf commit 250c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 250c736

Please sign in to comment.