bug 1572397: webdriver: release v0.40.0; r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D41185

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-08-08 15:35:42 +00:00
parent 0514fa184b
commit 91b38964c8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1182,7 +1182,7 @@ dependencies = [
"serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"webdriver 0.39.0",
"webdriver 0.40.0",
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3606,7 +3606,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "webdriver"
version = "0.39.0"
version = "0.40.0"
dependencies = [
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "webdriver"
version = "0.39.0"
version = "0.40.0"
authors = ["Mozilla"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]