Skip to content

Commit

Permalink
Bump up to iron 0.6 (>= 0.5, < 0.7) (#65)
Browse files Browse the repository at this point in the history
* Bump up to iron 0.6 (Similar to #64)

* Change its version to 0.4.0
  • Loading branch information
iori-yja authored and untitaker committed Nov 14, 2017
1 parent c6872e0 commit 07ba4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

name = "persistent"
authors = ["Jonathan Reem <[email protected]>"]
version = "0.3.0"
version = "0.4.0"
description = "A set of middleware for sharing server-global data in Iron."
repository = "https://github.com/iron/persistent"
documentation = "http://ironframework.io/doc/persistent/index.html"
license = "MIT"
keywords = ["iron", "web", "persistence", "sharing", "global"]

[dependencies]
iron = "0.5"
iron = ">= 0.5, < 0.7"
plugin = "0.2"

0 comments on commit 07ba4de

Please sign in to comment.