Bug 1412037 - Release geckodriver 0.19.1. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 26 Oct 2017 18:10:51 +0100
changeset 688749 1077986806eb7010486afd9ae9b93334537e5da9
parent 688747 ef583718ec4e81794d1b7a78c8e279a5bf72b466
child 688754 3a17761358d587554dea5fe6566acae12082650e
push id86837
push userbmo:ato@sny.no
push dateMon, 30 Oct 2017 16:04:53 +0000
reviewersjgraham
bugs1412037
milestone58.0a1
Bug 1412037 - Release geckodriver 0.19.1. r?jgraham MozReview-Commit-ID: 4G4Vk5D86Nm
testing/geckodriver/Cargo.lock
testing/geckodriver/Cargo.toml
--- a/testing/geckodriver/Cargo.lock
+++ b/testing/geckodriver/Cargo.lock
@@ -155,17 +155,17 @@ dependencies = [
 
 [[package]]
 name = "gcc"
 version = "0.3.42"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "geckodriver"
-version = "0.19.0"
+version = "0.19.1"
 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,16 +1,12 @@
 [package]
 name = "geckodriver"
-version = "0.19.0"
-authors = [
-  "James Graham <james@hoppipolla.co.uk>",
-  "Andreas Tolfsen <ato@sny.no>",
-  "Henrik Skupin <mail@hskupin.info"
-]
+version = "0.19.1"
+authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
 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"
 license = "MPL-2.0"
 
 [dependencies]
 chrono = "^0.2"