зеркало из https://github.com/mozilla/gecko-dev.git
webdriver: Update version number to 0.14.0
Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 5cb152ecafb011a32c108c6f48cee05fd780d1ad --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : b3b48f067e6e2af23ac92d9614f37f29128b8b42
This commit is contained in:
Родитель
0892da1faa
Коммит
8a47f8db3f
|
@ -1,16 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "webdriver"
|
name = "webdriver"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
|
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
|
||||||
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
||||||
repository = "https://github.com/jgraham/webdriver-rust"
|
repository = "https://github.com/jgraham/webdriver-rust"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3.5"
|
log = "0.3"
|
||||||
regex = "0.1.47"
|
regex = "0.1"
|
||||||
rustc-serialize = "0.3.16"
|
rustc-serialize = "0.3"
|
||||||
hyper = {version = "0.9", default-features = false}
|
hyper = {version = "0.9", default-features = false}
|
||||||
cookie = {version = "0.2.4", default-features = false}
|
cookie = {version = "0.2", default-features = false}
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче