mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1401129 - Release webdriver 0.35.0. r=whimboo
MozReview-Commit-ID: lnoyZZbtcF --HG-- extra : rebase_source : c43d960f793cd3d3eed922ac8ebe31d9a0564d12
This commit is contained in:
parent
6b09cf8df1
commit
4dcf6c50b7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -678,7 +678,7 @@ dependencies = [
|
||||
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webdriver 0.34.0",
|
||||
"webdriver 0.35.0",
|
||||
"zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
@ -1992,7 +1992,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webdriver"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
dependencies = [
|
||||
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "webdriver"
|
||||
version = "0.34.0"
|
||||
authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
|
||||
version = "0.35.0"
|
||||
authors = ["Mozilla"]
|
||||
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
||||
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
|
||||
documentation = "https://docs.rs/webdriver"
|
||||
@ -16,5 +16,5 @@ log = "0.4"
|
||||
regex = "0.2"
|
||||
rustc-serialize = "0.3"
|
||||
time = "0.1"
|
||||
unicode-segmentation = "1.1.0"
|
||||
url = "1"
|
||||
unicode-segmentation = "1.1.0"
|
Loading…
Reference in New Issue
Block a user