author | Andreas Tolfsen <ato@sny.no> |
Tue, 03 Apr 2018 11:19:39 +0100 | |
changeset 412135 | 685f18325cea0a282c736e65972f95aa6db7ca48 |
parent 412134 | 464ed9164e8569c416d55d4fefe386d72f4b06f0 |
child 412136 | 54b68ea887283ea0cfa87e10b14e72568b8d91fc |
push id | 33784 |
push user | nerli@mozilla.com |
push date | Fri, 06 Apr 2018 21:54:36 +0000 |
treeherder | mozilla-central@0e0ec6c01e25 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | whimboo |
bugs | 1449877 |
milestone | 61.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
|
Cargo.lock | file | annotate | diff | comparison | revisions | |
testing/geckodriver/Cargo.toml | file | annotate | diff | comparison | revisions |
--- a/Cargo.lock +++ b/Cargo.lock @@ -756,17 +756,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.20.0" +version = "0.20.1" 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.1",
--- a/testing/geckodriver/Cargo.toml +++ b/testing/geckodriver/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "geckodriver" -version = "0.20.0" +version = "0.20.1" 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]