Bug 1401129 - Release geckodriver 0.20.0. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 08 Mar 2018 16:06:59 +0000
changeset 766198 34f9e35f49b4d5734db7ce2ad0b8d2d622c0d6f6
parent 766197 2c23c6c38daeeb1c608db5a998da3b5968e09b82
push id102248
push userbmo:ato@sny.no
push dateMon, 12 Mar 2018 11:49:43 +0000
reviewerswhimboo
bugs1401129
milestone60.0a1
Bug 1401129 - Release geckodriver 0.20.0. r?whimboo MozReview-Commit-ID: Lip1pab8D0f
Cargo.lock
testing/geckodriver/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -660,17 +660,17 @@ version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "geckodriver"
-version = "0.19.1"
+version = "0.20.0"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
  "mozrunner 0.6.0",
--- a/testing/geckodriver/Cargo.toml
+++ b/testing/geckodriver/Cargo.toml
@@ -1,12 +1,11 @@
 [package]
 name = "geckodriver"
-version = "0.19.1"
-authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
+version = "0.20.0"
 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"
 publish = false
 
 [dependencies]