Bug 1368265 - Update geckodriver and webdriver Cargo.tomls. r?automatedtester draft
authorAndreas Tolfsen <ato@sny.no>
Sun, 03 Sep 2017 16:24:55 +0100
changeset 658616 6935643547daea08791e4dbb8c4771fce6bccde0
parent 658615 681516c17e3f7030ede4e64c546bdbcbe5b72797
child 658617 52bac1184385bb9540e8e3eb18d6d1a9285b57ec
push id77827
push userbmo:ato@sny.no
push dateMon, 04 Sep 2017 12:56:18 +0000
reviewersautomatedtester
bugs1368265
milestone57.0a1
Bug 1368265 - Update geckodriver and webdriver Cargo.tomls. r?automatedtester MozReview-Commit-ID: 6MsrxinrYEp
testing/geckodriver/Cargo.toml
testing/webdriver/Cargo.toml
--- a/testing/geckodriver/Cargo.toml
+++ b/testing/geckodriver/Cargo.toml
@@ -1,24 +1,24 @@
 [package]
 name = "geckodriver"
 version = "0.18.0"
 authors = [
   "James Graham <james@hoppipolla.co.uk>",
-  "Andreas Tolfsen <ato@mozilla.com>",
+  "Andreas Tolfsen <ato@sny.no>",
 ]
 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"
-clap = {version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"]}
+clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
 hyper = "0.10"
 lazy_static = "0.1"
 log = "0.3"
 mozprofile = "0.3.0"
 mozrunner = "0.4.2"
 mozversion = "0.1.2"
 regex = "0.2"
 rustc-serialize = "0.3"
--- a/testing/webdriver/Cargo.toml
+++ b/testing/webdriver/Cargo.toml
@@ -1,20 +1,20 @@
 [package]
 name = "webdriver"
 version = "0.30.0"
 authors = ["Mozilla Tools and Automation <tools@lists.mozilla.com>"]
-description = "Library implementing the wire protocol for the W3C WebDriver specification"
+description = "Library implementing the wire protocol for the W3C WebDriver specification."
+keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
 documentation = "https://docs.rs/webdriver"
-repository = "https://github.com/mozilla/webdriver-rust"
+repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
 readme = "README.md"
-keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
 license = "MPL-2.0"
 
 [dependencies]
 backtrace = "0.3"
-cookie = {version = "0.9", default-features = false}
+cookie = { version = "0.9", default-features = false }
 hyper = "0.10"
 log = "0.3"
 regex = "0.2"
 rustc-serialize = "0.3"
 time = "0.1"
 url = "1"