Bug 1391605 - Bump geckodriver to 0.19.0. draft
authorHenrik Skupin <mail@hskupin.info>
Thu, 14 Sep 2017 18:08:28 +0200
changeset 665482 ae4f5ea96ce501d03b03e2a39efca20ad3eb09bf
parent 665481 7dfddadf8ceb324bb238aede26b141e42dc089e3
child 731800 7b7c37d383788fad25855893f0d60e05a5b06430
push id80080
push userbmo:hskupin@gmail.com
push dateFri, 15 Sep 2017 15:14:56 +0000
bugs1391605
milestone57.0a1
Bug 1391605 - Bump geckodriver to 0.19.0. MozReview-Commit-ID: 4ai3ShcNhdS
testing/geckodriver/Cargo.lock
testing/geckodriver/Cargo.toml
--- a/testing/geckodriver/Cargo.lock
+++ b/testing/geckodriver/Cargo.lock
@@ -1,11 +1,11 @@
 [root]
 name = "geckodriver"
-version = "0.18.0"
+version = "0.19.0"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozrunner 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
--- a/testing/geckodriver/Cargo.toml
+++ b/testing/geckodriver/Cargo.toml
@@ -1,11 +1,11 @@
 [package]
 name = "geckodriver"
-version = "0.18.0"
+version = "0.19.0"
 authors = [
   "James Graham <james@hoppipolla.co.uk>",
   "Andreas Tolfsen <ato@sny.no>",
   "Henrik Skupin <mail@hskupin.info"
 ]
 description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
 keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"