Bug 1412037 - Release webdriver crate 0.32.0. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 26 Oct 2017 18:05:29 +0100
changeset 688745 8434385412504dfc6f253116f22f808ead66c246
parent 688744 25cb068332b4557c161af0a231f74e2ac9a0c7dc
child 688746 0ba48b987e5a39f78c7d14a02e0ce4b9109fb395
push id86836
push userbmo:ato@sny.no
push dateMon, 30 Oct 2017 15:47:33 +0000
reviewersjgraham
bugs1412037
milestone58.0a1
Bug 1412037 - Release webdriver crate 0.32.0. r?jgraham A release of the webdriver crate is necessary for the release build to pass on Travis, since testing/geckodriver/Cargo.toml cannot depend on testing/webdriver as it is exported to the GitHub repository. MozReview-Commit-ID: 1S2aAtg50t4
testing/geckodriver/Cargo.lock
testing/webdriver/Cargo.toml
--- a/testing/geckodriver/Cargo.lock
+++ b/testing/geckodriver/Cargo.lock
@@ -172,17 +172,17 @@ dependencies = [
  "mozversion 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
  "slog 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "slog-atomic 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "slog-stdlog 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "slog-stream 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "webdriver 0.31.0",
+ "webdriver 0.32.0",
  "zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "httparse"
 version = "1.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
@@ -659,17 +659,17 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "void"
 version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "webdriver"
-version = "0.31.0"
+version = "0.32.0"
 dependencies = [
  "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "cookie 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
  "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
--- a/testing/webdriver/Cargo.toml
+++ b/testing/webdriver/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "webdriver"
-version = "0.31.0"
-authors = ["Mozilla Tools and Automation <tools@lists.mozilla.com>"]
+version = "0.32.0"
+authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
 description = "Library implementing the wire protocol for the W3C WebDriver specification."
 keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
 documentation = "https://docs.rs/webdriver"
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
 readme = "README.md"
 license = "MPL-2.0"
 
 [dependencies]