This commit is contained in:
James Graham 2016-04-22 13:45:12 +01:00
Родитель b0be512996
Коммит 2985c3aab9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
[package]
name = "webdriver"
version = "0.8.0"
version = "0.9.0"
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"
@ -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.9", default-features = false}