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

Allow hyper 0.9.x #28

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>"]
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}