bug 1580767: geckodriver: start next development iteration 0.26.0-alpha.0; r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D45642

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-09-17 00:00:24 +00:00
parent ecfde38ed8
commit 434177bc50
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1127,7 +1127,7 @@ dependencies = [
[[package]]
name = "geckodriver"
version = "0.25.0"
version = "0.26.0-alpha.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "geckodriver"
version = "0.25.0"
version = "0.26.0-alpha.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"