Bug 1379482 - Release geckodriver 0.18.0; r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Mon, 10 Jul 2017 16:53:01 +0100
changeset 606214 9781946e3a78526023a57a251ea61cc77cb3c6a9
parent 606213 12b644763cd65fa26de77121b6c67282fe19e4a7
child 636709 71a2b66c9fe526271d5bd037046f2ba91f55f7ff
push id67641
push userbmo:ato@sny.no
push dateMon, 10 Jul 2017 17:24:19 +0000
reviewersjgraham
bugs1379482
milestone56.0a1
Bug 1379482 - Release geckodriver 0.18.0; r?jgraham MozReview-Commit-ID: LDb9G7srbcz
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.17.0"
+version = "0.18.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.4.1 (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.17.0"
+version = "0.18.0"
 authors = [
   "James Graham <james@hoppipolla.co.uk>",
   "Andreas Tolfsen <ato@mozilla.com>",
 ]
 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"
 readme = "README.md"