Skip to content

Commit

Permalink
(release) 0.1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Jun 25, 2015
1 parent 87ec5f6 commit 26cd9ee
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
@@ -1,7 +1,7 @@
[package]

name = "iron"
version = "0.1.18"
version = "0.1.19"
description = "Extensible, Concurrency Focused Web Development in Rust."
readme = "README.md"
repository = "https://github.com/iron/iron"
Expand All @@ -20,7 +20,7 @@ name = "iron"
path = "src/lib.rs"

[dependencies]
hyper = "*"
hyper = "0.5"
typemap = "*"
url = "*"
plugin = "*"
Expand Down

0 comments on commit 26cd9ee

Please sign in to comment.