author | Andreas Tolfsen <ato@mozilla.com> |
Tue, 31 Jan 2017 17:02:28 +0000 | |
changeset 359644 | a94a69c9ccca892fa82e7527200fa0ed06e9dabe |
parent 359643 | 5041bf0dfac166fa1a3530e1d707ab6ed88952b6 |
child 359645 | 25962581a9f72a11beccb9014991e1310ae4da54 |
push id | 31854 |
push user | archaeopteryx@coole-files.de |
push date | Sat, 20 May 2017 16:46:00 +0000 |
treeherder | mozilla-central@51736db67723 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/geckodriver/Cargo.toml +++ b/testing/geckodriver/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "geckodriver" version = "0.13.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", "proxy", "httpd", "mozilla", "firefox"] +keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"] repository = "https://github.com/mozilla/geckodriver" readme = "README.md" license = "MPL-2.0" [dependencies] chrono = "^0.2" clap = {version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"]} hyper = {version = "0.9", default-features = false}