Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Allow hyper 0.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Apr 22, 2016
1 parent b0be512 commit 69eeca4
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 = "webdriver"
version = "0.8.0"
version = "0.8.1"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
Expand All @@ -11,4 +11,4 @@ license = "MPL-2.0"
log = "0.3.5"
regex = "0.1.47"
rustc-serialize = "0.3.16"
hyper = {version = "0.8", default-features = false}
hyper = {version = ">=0.8, <0.10", default-features = false}

0 comments on commit 69eeca4

Please sign in to comment.