Skip to content

Commit

Permalink
bump iron to 0.6 (#79)
Browse files Browse the repository at this point in the history
* bump iron to 0.6

* bump persistent to 0.4

* apply @iori-yja's changes
  • Loading branch information
FauxFaux authored and untitaker committed Nov 21, 2017
1 parent bb1c228 commit 49ae53c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "bodyparser"
version = "0.7.0"
version = "0.8.0"
license = "MIT"
description = "Body parsing middleware for Iron."
repository = "https://github.com/iron/body-parser"
Expand All @@ -11,9 +11,9 @@ authors = ["Patrick Tran <patrick.tran06@gmail.com>",
keywords = ["iron", "web", "http", "parsing", "parser"]

[dependencies]
iron = "0.5"
iron = ">= 0.5, < 0.7"
plugin = "0.2"
persistent = "0.3"
persistent = "0.4"
serde = "1.0"
serde_json = "1.0"

Expand Down

0 comments on commit 49ae53c

Please sign in to comment.