author | James Graham <james@hoppipolla.co.uk> |
Tue, 22 Nov 2016 18:46:48 +0000 | |
changeset 378609 | 18abbe523d57b5c5f2adaa74b1a78b3cabd8cc7e |
parent 378608 | 8090084673952e3cd7a3609cd9c9d811aa35c582 |
child 378610 | 856365d962f8541d7d62c9d9b497eca461d04e86 |
push id | 32438 |
push user | archaeopteryx@coole-files.de |
push date | Sun, 03 Sep 2017 21:57:31 +0000 |
treeherder | mozilla-central@8e05298328da [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 57.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/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "webdriver" -version = "0.15.0" +version = "0.16.0" authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"] description = "Library implementing the wire protocol for the W3C WebDriver specification." repository = "https://github.com/jgraham/webdriver-rust" license = "MPL-2.0" [dependencies] log = "0.3" regex = "0.1"